1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-10 08:15:25 +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

@ -20,12 +20,13 @@
<!-- !name-input -->
<!-- config-data -->
<div class="form-group">
<div class="col-sm-12">
<div class="col-sm-12" ng-if="formValues.displayCodeEditor">
<code-editor
identifier="config-creation-editor"
placeholder="Define or paste the content of your config here"
yml="false"
on-change="editorUpdate"
value="formValues.Data"
></code-editor>
</div>
</div>