openshift-origin-console 1.3.3 → 1.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -23,7 +23,7 @@ module Console::HelpHelper
|
|
23
23
|
end
|
24
24
|
|
25
25
|
def add_domains_user_guide_topic_url
|
26
|
-
user_guide_topic_url '
|
26
|
+
user_guide_topic_url 'sect-OpenShift-User_Guide-Working_With_Domains.html'
|
27
27
|
end
|
28
28
|
|
29
29
|
def cartridge_list_url
|
@@ -1,7 +1,7 @@
|
|
1
1
|
%h2 Namespace
|
2
2
|
%p
|
3
3
|
Your namespace is unique to your account and is the suffix of the public URLs we assign to your applications.
|
4
|
-
See #{link_to 'the User Guide',
|
4
|
+
See #{link_to 'the User Guide', add_domains_user_guide_topic_url}
|
5
5
|
for information about adding your own domain names to an application.
|
6
6
|
|
7
7
|
- if @domain
|
@@ -1,11 +1,11 @@
|
|
1
1
|
#new_domain
|
2
2
|
= semantic_form_for :domain, :url => domain_path, :simple => true, :html => {:class => 'control-group-important'} do |f|
|
3
3
|
.control-group.control-group-important
|
4
|
-
.controls
|
5
|
-
.input-prepend-append
|
6
|
-
%span.add-on
|
4
|
+
.controls.first
|
5
|
+
.input-prepend.input-append
|
6
|
+
%span.add-on> http://applicationname–
|
7
7
|
= f.text_field :name, :autofocus => true, :placeholder => 'Namespace', :class => "domain_name"
|
8
|
-
%span.add-on
|
8
|
+
%span.add-on>= RestApi.application_domain_suffix
|
9
9
|
.row.control-group.error
|
10
10
|
#app-errors.span
|
11
11
|
.help-block Your namespace must be letters or numbers with no spaces or symbols.
|
@@ -5,7 +5,7 @@
|
|
5
5
|
.input-prepend.input-append
|
6
6
|
%span.add-on> http://applicationname–
|
7
7
|
= f.text_field :name, :autofocus => true, :placeholder => 'Namespace', :class => 'domain_name'
|
8
|
-
%span.add-on>= RestApi.application_domain_suffix
|
8
|
+
%span.add-on>= ".#{RestApi.application_domain_suffix}"
|
9
9
|
.help-block Your namespace must be letters or numbers with no spaces or symbols.
|
10
10
|
= f.buttons do
|
11
11
|
= link_to "Cancel", account_path, :class => 'btn'
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: openshift-origin-console
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 19
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 1.3.
|
9
|
+
- 4
|
10
|
+
version: 1.3.4
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Clayton Coleman
|
@@ -21,7 +21,7 @@ autorequire:
|
|
21
21
|
bindir: bin
|
22
22
|
cert_chain: []
|
23
23
|
|
24
|
-
date: 2013-01-
|
24
|
+
date: 2013-01-14 00:00:00 -05:00
|
25
25
|
default_executable:
|
26
26
|
dependencies:
|
27
27
|
- !ruby/object:Gem::Dependency
|