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:
parent
6ab6cfafb7
commit
e8ab89ae79
5 changed files with 33 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue