diff --git a/app/authenticated/project/waiting/template.hbs b/app/authenticated/project/waiting/template.hbs index dde997889..cdf1b7fbf 100644 --- a/app/authenticated/project/waiting/template.hbs +++ b/app/authenticated/project/waiting/template.hbs @@ -24,7 +24,7 @@

{{t 'waitingPage.hosts.header'}}

- {{t 'waitingPage.hosts.content' appName=settings.appName}} + {{t 'waitingPage.hosts.content' appName=settings.appName minVersion=settings.minDockerVersion}} {{#if settings.isRancher}}{{t 'waitingPage.hosts.contentLink'}}{{/if}}

{{#link-to "hosts.new" (query-params backTo="waiting") class="btn btn-primary"}}{{t 'waitingPage.hosts.linkToHost'}}{{/link-to}} diff --git a/app/components/machine/driver-amazonec2/template.hbs b/app/components/machine/driver-amazonec2/template.hbs index ff52c4e13..de109fda0 100644 --- a/app/components/machine/driver-amazonec2/template.hbs +++ b/app/components/machine/driver-amazonec2/template.hbs @@ -161,10 +161,11 @@ {{/each}} -

{{t 'machine.driverAmazon.needs.label' appName=settings.appName}}

+

{{t 'machine.driverAmazon.needs.label' appName=settings.appName}}

{{/if}} {{else}} @@ -189,9 +190,9 @@
{{#if defaultSecurityGroup}} - {{t 'machine.driverAmazon.securityGroupDot.updating'}} + {{t 'machine.driverAmazon.securityGroup.updating'}} {{else}} - {{t 'machine.driverAmazon.securityGroupDot.creating'}} + {{t 'machine.driverAmazon.securityGroup.creating'}} {{/if}}
diff --git a/app/components/machine/driver-azure/template.hbs b/app/components/machine/driver-azure/template.hbs index 88e9e6f3d..bd77b12b9 100644 --- a/app/components/machine/driver-azure/template.hbs +++ b/app/components/machine/driver-azure/template.hbs @@ -3,55 +3,55 @@ {{partial "host/add-common"}}
- {{t 'machine.driverAzure.accountAccessSpan'}} + {{t 'machine.driverAzure.accountAccessSection'}}
- +
- {{input type="text" value=azureConfig.username classNames="form-control" placeholder="Your Azure account username"}} + {{input type="text" value=azureConfig.username classNames="form-control" placeholder=(t 'machine.driverAzure.username.placeholder')}}
- +
- {{input type="password" value=azureConfig.password classNames="form-control" placeholder="Your Azure account password"}} + {{input type="password" value=azureConfig.password classNames="form-control" placeholder=(t 'machine.driverAzure.password.placeholder')}}
- +
- {{input type="text" value=azureConfig.subscriptionId classNames="form-control" placeholder="Your Azure subscription id"}} + {{input type="text" value=azureConfig.subscriptionId classNames="form-control" placeholder=(t 'machine.driverAzure.subscriptionId.placeholder')}}
- +
{{input-text-file value=subscriptionCert - placeholder="machine.driverAzure.accountAccess.subscriptionCert.placeholder" + placeholder="machine.driverAzure.subscriptionCert.placeholder" accept="text/*, .cer" }}
- {{t 'machine.driverAzure.instanceLabel'}} + {{t 'machine.driverAzure.instanceSection'}}
- +
- {{input type="text" value=azureConfig.image classNames="form-control" placeholder="Ubuntu 15.10 x64"}} + {{input type="text" value=azureConfig.image classNames="form-control" placeholder=(t 'machine.driverAzure.image.placeholder')}}
- +
{{new-select @@ -65,25 +65,25 @@
- +
- {{input type="text" value=azureConfig.sshPort classNames="form-control" placeholder="22"}} + {{input type="text" value=azureConfig.sshPort classNames="form-control" placeholder=(t 'machine.driverAzure.sshPort.placeholder')}}
- +
- {{input type="text" value=azureConfig.dockerPort classNames="form-control" placeholder="2376"}} + {{input type="text" value=azureConfig.dockerPort classNames="form-control" placeholder=(t 'machine.driverAzure.dockerPort.placeholder')}}
- +
- {{input type="text" value=azureConfig.dockerSwarmMasterPort classNames="form-control" placeholder="3376"}} + {{input type="text" value=azureConfig.dockerSwarmMasterPort classNames="form-control" placeholder=(t 'machine.driverAzure.dockerSwarm.placeholder')}}
@@ -91,19 +91,19 @@
{{input-text-file value=azureConfig.publishSettingsFile - placeholder="machine.driverAzure.instance.publishSettingsFile.placeholder" + placeholder="machine.driverAzure.publishSettingsFile.placeholder" accept="text/*, .publishsettings" }}
- {{t 'machine.driverAzure.region'}} + {{t 'machine.driverAzure.regionSection'}}
- +
{{new-select diff --git a/app/components/machine/driver-digitalocean/template.hbs b/app/components/machine/driver-digitalocean/template.hbs index 03a0f2c7d..3a39db57c 100644 --- a/app/components/machine/driver-digitalocean/template.hbs +++ b/app/components/machine/driver-digitalocean/template.hbs @@ -3,26 +3,26 @@ {{partial "host/add-common"}}
- {{t 'machine.driverDigitalOcean.accountAccess'}} + {{t 'machine.driverDigitalocean.accountSection'}}
- +
- {{input type="password" value=digitaloceanConfig.accessToken classNames="form-control" placeholder="Your DigitalOcean API access token"}} - {{format-html-message 'machine.driverDigitalOcean.helpBlock'}} + {{input type="password" value=digitaloceanConfig.accessToken classNames="form-control" placeholder=(t 'machine.driverDigitalocean.accessToken.placeholder')}} +

{{format-html-message 'machine.driverDigitalocean.accessToken.help'}}

- {{t 'machine.driverDigitalOcean.instance'}} + {{t 'machine.driverDigitalocean.instanceSection'}}
- +
- +
@@ -63,24 +63,24 @@
- {{t 'machine.driverDigitalOcean.options'}} + {{t 'machine.driverDigitalocean.optionsSection'}}
diff --git a/app/components/machine/driver-exoscale/template.hbs b/app/components/machine/driver-exoscale/template.hbs index c4f61c1dc..62d2a703d 100644 --- a/app/components/machine/driver-exoscale/template.hbs +++ b/app/components/machine/driver-exoscale/template.hbs @@ -2,16 +2,16 @@
- {{t 'machine.driverExoscale.accountAccess'}} + {{t 'machine.driverExoscale.accountSection'}}
- +
{{#if isStep1}} - {{input type="text" name="username" classNames="form-control" placeholder="Your Exoscale API key" value=exoscaleConfig.apiKey}} + {{input type="text" name="username" classNames="form-control" placeholder=(t 'machine.driverExoscale.apiKey.placeholder') value=exoscaleConfig.apiKey}} {{else}}
{{exoscaleConfig.apiKey}}
{{/if}} @@ -19,16 +19,16 @@
- +
{{#if isStep1}} - {{input type="password" name="password" classNames="form-control" placeholder="Your Exoscale secret key" value=exoscaleConfig.apiSecretKey}} + {{input type="password" name="password" classNames="form-control" placeholder=(t 'machine.driverExoscale.secretKey.placeholder') value=exoscaleConfig.apiSecretKey}} {{else}} -
{{t 'machine.driverExoscale.provided'}}
+
{{t 'machine.driverExoscale.secretKey.provided'}}
{{/if}} {{#if isStep1}} -

{{t 'machine.driverExoscale.paste'}}

+

{{t 'machine.driverExoscale.accountHelp'}}

{{/if}}
@@ -37,45 +37,45 @@ {{top-errors errors=errors}} {{/if}} -
+
{{t 'machine.driverExoscale.loadingSecurity'}}
-
+
- Security Group + {{t 'machine.driverExoscale.securityGroupSection'}}
- +
{{#if isStep3}}
{{#if (and settings.isRancher (not isCustomSecurityGroup))}} -

Learn more about the ports that will be opened.

+

{{t 'machine.driverExoscale.portHelp.link'}} {{t 'machine.driverExoscale.portHelp.text'}}

{{/if}} -
+
{{#if isCustomSecurityGroup}} -

For {{settings.appName}} to work correctly your security group will need to allow traffic:

+

{{t 'machine.driverExoscale.needs.label' appName=settings.appName}}

    -
  • From the {{settings.appName}} server to TCP port 22 (SSH to install and configure Docker) and TCP port 2376 (access to Docker daemon)
  • -
  • From and To all other hosts on UDP ports 500 and 4500 (for IPsec networking)
  • +
  • {{format-html-message 'machine.driverExoscale.needs.item1' appName=settings.appName}}
  • +
  • {{format-html-message 'machine.driverExoscale.needs.item2' appName=settings.appName}}
  • +
  • {{format-html-message 'machine.driverExoscale.needs.item3' appName=settings.appName}}
-

These rules will not be added automatically.

{{/if}} {{else}}
@@ -102,7 +102,7 @@ {{top-errors errors=errors}} {{/if}} @@ -110,27 +110,32 @@
- {{#if defaultSecurityGroup}}Updating{{else}}Creating{{/if}} Security Group... + + {{#if defaultSecurityGroup}} + {{t 'machine.driverExoscale.securityGroup.updating'}} + {{else}} + {{t 'machine.driverExoscale.securityGroup.creating'}} + {{/if}}
-
+
- Fetching available Instance settings... + {{t 'machine.driverExoscale.loadingInstance'}}
-
+
- Instance + {{t 'machine.driverExoscale.instanceSection'}}
{{partial "host/add-common"}}
- +
- +
@@ -42,7 +42,7 @@
- +
diff --git a/app/components/machine/driver-rackspace/template.hbs b/app/components/machine/driver-rackspace/template.hbs index e1d8b623a..37410dd4b 100644 --- a/app/components/machine/driver-rackspace/template.hbs +++ b/app/components/machine/driver-rackspace/template.hbs @@ -5,35 +5,35 @@ {{partial "host/add-common"}}
- {{t 'machine.driverRackspac.accountAccess'}} + {{t 'machine.driverRackspace.accountSection'}}
- +
- {{input type="text" value=rackspaceConfig.username classNames="form-control" placeholder="Your RackSpace username"}} + {{input type="text" value=rackspaceConfig.username classNames="form-control" placeholder=(t 'machine.driverRackspace.username.placeholder')}}
- +
- {{input type="password" value=rackspaceConfig.apiKey classNames="form-control" placeholder="Your RackSpace API key"}} -

{{t 'machine.driverRackspac.settings'}}

+ {{input type="password" value=rackspaceConfig.apiKey classNames="form-control" placeholder=(t 'machine.driverRackspace.apiKey.placeholder')}} +

{{t 'machine.driverRackspace.accountHelp'}}

- {{t 'machine.driverRackspac.region'}} + {{t 'machine.driverRackspace.regionSection'}}
- +
diff --git a/app/components/machine/driver-ubiquity/template.hbs b/app/components/machine/driver-ubiquity/template.hbs index 36dfb7efc..2e487a559 100644 --- a/app/components/machine/driver-ubiquity/template.hbs +++ b/app/components/machine/driver-ubiquity/template.hbs @@ -2,16 +2,16 @@
- {{t 'machine.driverUbiquity.accountAccess'}} + {{t 'machine.driverUbiquity.accountSection'}}
- +
{{#if isStep1}} - {{input type="text" name="clientId" classNames="form-control" placeholder="Your Ubiquity Hosting API Reseller ID" value=ubiquityConfig.clientId}} + {{input type="text" name="clientId" classNames="form-control" placeholder=(t 'machine.driverUbiquity.clientId.placeholder') value=ubiquityConfig.clientId}} {{else}}
{{ubiquityConfig.clientId}}
{{/if}} @@ -19,11 +19,11 @@
- +
{{#if isStep1}} - {{input type="text" name="apiUsername" classNames="form-control" placeholder="Your Ubiquity Hosting Remote ID" value=ubiquityConfig.apiUsername}} + {{input type="text" name="apiUsername" classNames="form-control" placeholder=(t 'machine.driverUbiquity.apiUsername.placeholder') value=ubiquityConfig.apiUsername}} {{else}}
{{ubiquityConfig.apiUsername}}
{{/if}} @@ -31,16 +31,16 @@
- +
{{#if isStep1}} - {{input type="password" name="apiToken" classNames="form-control" placeholder="Your Ubiquity Hosting Access Key" value=ubiquityConfig.apiToken}} + {{input type="password" name="apiToken" classNames="form-control" placeholder=(t 'machine.driverUbiquity.apiToken.placeholder') value=ubiquityConfig.apiToken}} {{else}} -
{{t 'machine.driverUbiquity.provided'}}
+
{{t 'machine.driverUbiquity.apiToken.provided'}}
{{/if}} {{#if isStep1}} -

{{format-html-message 'machine.driverUbiquity.helpBlock'}}

+

{{format-html-message 'machine.driverUbiquity.accountHelp'}}

{{/if}}
@@ -48,34 +48,34 @@ {{#if isStep1}} {{top-errors errors=errors}} {{/if}}
-
+
- {{t 'machine.driverUbiquity.loading'}} + {{t 'machine.driverUbiquity.loadingInstance'}}
-
+
- {{t 'machine.driverUbiquity.instance'}} + {{t 'machine.driverUbiquity.instanceSection'}}
{{partial "host/add-common"}}
- {{t 'machine.driverUbiquity.region'}} + {{t 'machine.driverUbiquity.regionSection'}}
- +
@@ -98,7 +98,7 @@
- +
- +
- +
- +