+ {{#if volumesFromLaunchConfigChoices.length}}
+ {{#each volumesFromLaunchConfigChoices as |choice|}}
+
+ {{/each}}
+ {{else}}
+ There are no other launch configs in this service to share volumes with.
+ {{/if}}
+
+
+{{else}}
-
- {{#if instance.requestedHostId}}
- {{#if hostContainerChoices.length}}
-
- {{else}}
- This host has no containers to use the volumes from.
- {{/if}}
+
+ {{#if instance.requestedHostId}}
+ {{#if hostContainerChoices.length}}
+
{{else}}
- Only available when adding a container to a particular host.
+ This host has no containers to use the volumes from.
{{/if}}
-
+ {{else}}
+ Only available when adding a container to a particular host.
+ {{/if}}
+
diff --git a/app/components/header-state/component.js b/app/components/header-state/component.js
index b9514f42d..8dd875c07 100644
--- a/app/components/header-state/component.js
+++ b/app/components/header-state/component.js
@@ -1,6 +1,6 @@
import Ember from 'ember';
export default Ember.Component.extend({
- classNames: ['pull-right','section','r-mt5'],
+ classNames: ['header-state','pull-right','section','r-mt5'],
classNameBindings: ['model.stateColor'],
-});
\ No newline at end of file
+});
diff --git a/app/components/host-settings/template.hbs b/app/components/host-settings/template.hbs
index 968fb7f49..8cce2e028 100644
--- a/app/components/host-settings/template.hbs
+++ b/app/components/host-settings/template.hbs
@@ -1,6 +1,6 @@
-
Host
+
Host Registration URL
-
We need to know a little about how your environment is set up before you can register hosts. What base URL should hosts use to connect to the Rancher API?
+
What base URL should hosts use to connect to the Rancher API?