mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
Merge branch 'master' into stats
Conflicts: app/components/containers/containers.html app/components/images/images.html
This commit is contained in:
commit
c57a75f78f
3 changed files with 51 additions and 46 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