mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
19 lines
479 B
HTML
19 lines
479 B
HTML
|
<div>
|
||
|
|
||
|
<div class="dashboard-editor-header">
|
||
|
<div class="dashboard-editor-title">
|
||
|
<i class="icon icon-edit"></i>
|
||
|
Edit / View JSON
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div class="dashboard-editor-body" style="height: 500px">
|
||
|
<textarea ng-model="json" rows="20" spellcheck="false" style="width: 90%; color: white"></textarea>
|
||
|
</div>
|
||
|
|
||
|
<div class="dashboard-editor-footer">
|
||
|
<button type="button" class="btn btn-success pull-right" ng-click="dismiss();">Close</button>
|
||
|
</div>
|
||
|
|
||
|
</div>
|