mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Dashboard: View JSON improvements (#10327)
* dashboard: enable copy to clipboard for view json and panel json * dashboard: use code editor for view json under settings
This commit is contained in:
committed by
Torkel Ödegaard
parent
c11cf18879
commit
39eb8f9eba
@@ -89,7 +89,7 @@
|
||||
<h3 class="dashboard-settings__header">View JSON</h3>
|
||||
|
||||
<div class="gf-form">
|
||||
<textarea class="gf-form-input" ng-model="ctrl.json" rows="30" spellcheck="false"></textarea>
|
||||
<code-editor content="ctrl.json" data-mode="json" data-max-lines=30 ></code-editor>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user