mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
Merge pull request #136 from dasJ/editlabel
Rename save button when renaming container
This commit is contained in:
commit
061921af8e
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
Container:
|
||||
<input type="text" ng-model="container.newContainerName">
|
||||
<button class="btn btn-success"
|
||||
ng-click="renameContainer()">Edit
|
||||
ng-click="renameContainer()">Save
|
||||
</button>
|
||||
<button class="btn btn-danger"
|
||||
ng-click="container.edit = false;">×</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue