Sha256: dde948762221af1ab25de663d78e1536589a64ac9671dcfcffaa189c8246ad08
Contents?: true
Size: 864 Bytes
Versions: 6
Compression:
Stored size: 864 Bytes
Contents
<div bindonce="" class="modal-body"><div class="pull-right editor-title" bo-text="panel.type+' settings'"></div><div ng-model="editor.index" bs-tabs=""><div ng-repeat="tab in setEditorTabs(panelMeta)" data-title="{{tab}}"></div></div><div ng-show="editorTabs[editor.index] == 'General'"><div ng-include="" src="'app/partials/panelgeneral.html'"></div></div><div ng-show="editorTabs[editor.index] == 'Panel'"><div ng-include="" src="edit_path(panel.type)"></div></div><div ng-repeat="tab in panelMeta.editorTabs" ng-show="editorTabs[editor.index] == tab.title"><div ng-include="" src="tab.src"></div></div></div><div class="modal-footer"><button type="button" class="btn btn-success" ng-click="editor.index=0;editSave(panel);close_edit();dismiss()">Save</button> <button type="button" class="btn btn-danger" ng-click="editor.index=0;dismiss()">Cancel</button></div>
Version data entries
6 entries across 6 versions & 1 rubygems