1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 13:55:21 +02:00

refactor(app): migrate the yaml inspector to react [EE-5356] (#10058)

Co-authored-by: testa113 <testa113>
This commit is contained in:
Ali 2023-08-17 22:01:10 +12:00 committed by GitHub
parent 23295d2736
commit 0f6607e703
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 98 additions and 112 deletions

View file

@ -75,7 +75,7 @@
YAML
</uib-tab-heading>
<div class="px-5 !pt-5" ng-if="ctrl.state.showEditorTab">
<kubernetes-yaml-inspector key="configuration-yaml" data="ctrl.configuration.Yaml"></kubernetes-yaml-inspector>
<kube-yaml-inspector identifier="'configuration-yaml'" data="ctrl.configuration.Yaml" />
</div>
</uib-tab>
</uib-tabset>