graphdb-workbench
Version:
The web application for GraphDB APIs
2 lines • 3.82 kB
JavaScript
(window.webpackJsonp=window.webpackJsonp||[]).push([[146],{201:function(module,exports){module.exports=function(obj){obj||(obj={});var __t,__p="";with(obj)__p+='\x3c!-- Start editLocation.html --\x3e\n\n<div class="modal-header">\n\t<button type="button" class="close" ng-click="cancel();" aria-hidden="true"></button>\n\t<h3 class="modal-title">Edit location</h3>\n</div>\n<form id="addLocationForm" autocomplete="off" name="form">\n\t<div class="modal-body">\n <div class="form-group row">\n <label class="col-md-4 col-form-label">Authentication type</label>\n <div class="col-md-8">\n <label class="col-form-label" uib-tooltip="No authentication used with remote location">\n <input type="radio" name="authType" ng-model="editedLocation.authType" value="none"/>\n None\n </label>\n \n <label class="col-form-label" uib-tooltip="Basic authentication with username/password">\n <input type="radio" name="authType" ng-model="editedLocation.authType" value="basic"/>\n Basic auth\n </label>\n \n <label class="col-form-label" uib-tooltip="Signature authentication with shared secret">\n <input type="radio" name="authType" ng-model="editedLocation.authType" value="signature"/>\n Signature\n </label>\n </div>\n </div>\n <div class="form-group row" ng-if="editedLocation.authType === \'none\'">\n <div class="col-md-12">No authentication will be used with this location.</div>\n </div>\n <div ng-if="editedLocation.authType === \'basic\'">\n <div class="form-group row">\n <div class="col-md-12">Basic authentication requires a username and a password.</div>\n </div>\n <div class="form-group row">\n <label for="username" class="col-md-4 col-form-label">Username*</label>\n <div class="col-md-8">\n <input id="username" ng-model="editedLocation.username" name="locationUsername" placeholder="my-user"\n class="form-control" ng-required="editedLocation.authType === \'basic\'"/>\n </div>\n </div>\n <div class="form-group row">\n <label for="password" class="col-md-4 col-form-label">Password*</label>\n <div class="col-md-8">\n <input id="password" ng-model="editedLocation.password" name="locationPassword" placeholder="my-password"\n type="password" class="form-control" ng-required="editedLocation.authType === \'basic\'"/>\n </div>\n </div>\n </div>\n <div class="form-group row" ng-if="editedLocation.authType === \'signature\'">\n <div class="col-md-12">\n Signature authentication uses the token secret, which must be the same on both GraphDB instances.\n For more information on configuring the token secret, please refer to <a href="{{docBase}}/access-control.html#gdb-authentication"\n rel="noopener" target="_blank">Access Control / GDB authentication</a> in the documentation.\n </div>\n </div>\n </div>\n\t<div class="modal-footer">\n\t\t<button type="button" ng-click="cancel();" class="btn btn-secondary">Cancel</button>\n\t\t<button ng-click="ok();" class="btn btn-primary" ng-disabled="form.$invalid">Save</button>\n\t</div>\n</form>\n\n\x3c!-- End editLocation.html --\x3e\n';return __p}}}]);
//# sourceMappingURL=146.f5efcb8ef74bf52d3daf.bundle.js.map