| 123456789101112131415161718 |
- <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>
|