mirror of https://github.com/rancher/ui.git
translations
This commit is contained in:
parent
8cde8a897b
commit
b436ef5ad3
|
|
@ -54,10 +54,10 @@
|
|||
</div>
|
||||
|
||||
<div class="box mt-30">
|
||||
<h4>{{t 'cloud.driverGoogle.machine'}}</h4>
|
||||
<h4>{{t 'cloud.machine'}}</h4>
|
||||
<div class="row">
|
||||
<div class="col span-4">
|
||||
<label class="acc-label">{{t 'cloud.driverGoogle.nodeCount.label'}}</label>
|
||||
<label class="acc-label">{{t 'cloud.nodeCount.label'}}</label>
|
||||
{{input-number min=1 value=config.nodeCount}}
|
||||
</div>
|
||||
<div class="col span-4">
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ export default Component.extend({
|
|||
this.on('change', this, this._change);
|
||||
},
|
||||
|
||||
// dont know why this is hear but it causes issues trying to set on undefined objects
|
||||
// dont know why this is here but it causes issues trying to set on undefined objects
|
||||
// didRender() {
|
||||
// this._change();
|
||||
// },
|
||||
|
|
|
|||
Loading…
Reference in New Issue