mirror of https://github.com/rancher/ui.git
last of add container
This commit is contained in:
parent
4aa42792f3
commit
ebd5e1f83c
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
{{input type="text" class="volume-path form-control ml-5" value=vol.value placeholder="e.g. [volumename: or /path/on/host:]/path/in/container[:ro]"}}
|
||||
|
||||
<div class="input-group-addon p-0 input-group-button bg-primary mr-5"><button class="bg-primary" {{action "removeVolume" vol}}><i class="icon icon-minus"/></button></div>
|
||||
<div class="input-group-addon p-0 input-group-btn bg-primary mr-5"><button class="btn" {{action "removeVolume" vol}}><i class="icon icon-minus"/></button></div>
|
||||
|
||||
{{/each}}
|
||||
</div>
|
||||
|
|
@ -73,7 +73,7 @@
|
|||
{{/if}}
|
||||
</div>
|
||||
|
||||
<div class="mt-40">
|
||||
<div class="mt-20">
|
||||
<label class="acc-label" for="volumeDriver">{{t 'formVolumes.volumeDriver.label'}}</label>
|
||||
{{input-suggest
|
||||
value=instance.volumeDriver
|
||||
|
|
|
|||
Loading…
Reference in New Issue