graphdb-workbench
Version:
The web application for GraphDB APIs
2 lines • 2.38 kB
JavaScript
(window.webpackJsonp=window.webpackJsonp||[]).push([[123],{176:function(module,exports){module.exports=function(obj){obj||(obj={});var __t,__p="";with(obj)__p+='\x3c!-- Start save graph modal --\x3e\n\n<div class="modal-header">\n <button type="button" class="close" ng-click="cancel()"></button>\n <h3 class="modal-title">{{title}}</h3>\n</div>\n<form novalidate ng-submit="ok()" name="form">\n <div class="modal-body">\n <input id="wb-graphviz-savegraph-name" required type="text" ng-model="graph.name" class="form-control"\n ng-change="graphExists = false"\n placeholder="Enter name" ng-maxlength="100"/>\n <label for="share-graph"\n uib-tooltip="If checked other users will be able to see the graph but not delete or edit it.">\n <input id="share-graph" type="checkbox" ng-model="graph.shared">\n Share graph with other users\n </label>\n <input style="height: 0; border: 0; padding: 0; margin: 0;" autofocus/>\n <br>\n <div ng-show="form.$error.maxlength">\n <div class="alert alert-danger" style="margin-top: 5px;">Name is too long!</div>\n </div>\n <div ng-show="form.$error.required.length">\n <div ng-hide="graph.name" class="alert alert-danger" style="margin-top: 5px;">Name cannot be empty!</div>\n </div>\n <div ng-hide="form.$error.required.length" ng-if="graphExists" class="alert alert-danger"\n style="margin-top: 5px;">Saved graph with name <strong>'{{graph.name}}'</strong> already exists!\n </div>\n \x3c!-- <div ng-if="graphExists || overwrite"><label for="override-saved">Overwrite existing saved graph <input id="override-saved" type="checkbox" ng-model="overwrite"></label></div> --\x3e\n </div>\n <div class="modal-footer">\n <button type="button" class="btn btn-secondary" ng-click="cancel()">Cancel</button>\n <button ng-if="mode == \'update\'" id="wb-graphviz-savegraph-submit2" class="btn btn-tertiary" ng-click="saveNew()" type="button">Save as new...</button>\n <button id="wb-graphviz-savegraph-submit" class="btn btn-primary" ng-click="ok()" type="submit">{{okButtonText}}</button>\n </div>\n</form>\n\n\x3c!-- End save graph modal --\x3e\n\n';return __p}}}]);
//# sourceMappingURL=123.9ba8fea15f3fcddc734d.bundle.js.map