EVOLUTION-MANAGER
Edit File: template.html
<div class="share-modal-header"> <div class="share-modal-big-icon"> <i class="fa fa-cloud-upload"></i> </div> <div> <gf-form-switch class="gf-form" label="Export for sharing externally" label-class="width-16" checked="ctrl.shareExternally" tooltip="Useful for sharing dashboard publicly on grafana.com. Will templatize data source names. Can then only be used with the specific dashboard import API."> </gf-form-switch> <div class="gf-form-button-row"> <button type="button" class="btn gf-form-btn width-10 btn-primary" ng-click="ctrl.saveDashboardAsFile()"> Save to file </button> <button type="button" class="btn gf-form-btn width-10 btn-secondary" ng-click="ctrl.viewJson()"> View JSON </button> <a class="btn btn-link" ng-click="ctrl.dismiss()">Cancel</a> </div> </div> </div>