edit_json.html 479 B

123456789101112131415161718
  1. <div>
  2. <div class="dashboard-editor-header">
  3. <div class="dashboard-editor-title">
  4. <i class="icon icon-edit"></i>
  5. Edit / View JSON
  6. </div>
  7. </div>
  8. <div class="dashboard-editor-body" style="height: 500px">
  9. <textarea ng-model="json" rows="20" spellcheck="false" style="width: 90%; color: white"></textarea>
  10. </div>
  11. <div class="dashboard-editor-footer">
  12. <button type="button" class="btn btn-success pull-right" ng-click="dismiss();">Close</button>
  13. </div>
  14. </div>