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

feat(config-details): add the ability to clone a config (#2189)

This commit is contained in:
Luca 2018-08-22 08:41:02 +02:00 committed by Anthony Lapenna
parent 6ab6cfafb7
commit e8ab89ae79
5 changed files with 33 additions and 6 deletions

View file

@ -25,6 +25,7 @@
<td>
{{ config.Id }}
<button class="btn btn-xs btn-danger" ng-click="removeConfig(config.Id)"><i class="fa fa-trash-alt space-right" aria-hidden="true"></i>Delete this config</button>
<button class="btn btn-xs btn-primary" ui-sref="docker.configs.new({id: config.Id})"><i class="fa fa-copy space-right" aria-hidden="true"></i>Clone config</button>
</td>
</tr>
<tr>