2014-09-03 04:15:01 -05:00
|
|
|
<div ng-controller="JsonEditorCtrl">
|
2014-08-28 05:44:01 -05:00
|
|
|
|
2015-02-01 13:23:52 -06:00
|
|
|
<div class="gf-box-header">
|
|
|
|
<div class="gf-box-title">
|
2015-01-08 04:03:27 -06:00
|
|
|
<i class="fa fa-edit"></i>
|
2014-09-03 04:15:01 -05:00
|
|
|
JSON
|
2014-08-28 05:44:01 -05:00
|
|
|
</div>
|
|
|
|
|
2015-02-01 13:23:52 -06:00
|
|
|
<button class="gf-box-header-close-btn" ng-click="dismiss();">
|
|
|
|
<i class="fa fa-remove"></i>
|
|
|
|
</button>
|
2014-08-28 05:44:01 -05:00
|
|
|
</div>
|
|
|
|
|
2015-02-01 13:23:52 -06:00
|
|
|
<div class="gf-box-body" style="height: 500px">
|
|
|
|
<textarea ng-model="json" rows="20" spellcheck="false" style="width: 100%;"></textarea>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
|
|
|
|
<button type="button" class="btn btn-success" ng-show="canUpdate" ng-click="update(); dismiss();">Update</button>
|
2014-08-28 05:44:01 -05:00
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|