1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

Rename save button when renaming container

Closes #120
This commit is contained in:
Janne Heß 2015-09-03 13:00:43 +02:00
parent 66894e7596
commit a79c26a7a4

View file

@ -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;">&times;</button>