2016-05-25 05:30:27 -05:00
< div class = "share-modal-header" >
< div class = "share-modal-big-icon" >
< i class = "fa fa-cloud-upload" > < / i >
2016-05-17 03:29:57 -05:00
< / div >
2016-05-25 05:30:27 -05:00
< div >
2018-11-05 10:32:28 -06:00
< 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 >
2016-05-25 05:30:27 -05:00
< div class = "gf-form-button-row" >
2018-11-05 10:32:28 -06:00
< button type = "button" class = "btn gf-form-btn width-10 btn-success" ng-click = "ctrl.saveDashboardAsFile()" >
2016-05-25 05:30:27 -05:00
< i class = "fa fa-save" > < / i > Save to file
< / button >
2018-11-05 10:32:28 -06:00
< button type = "button" class = "btn gf-form-btn width-10 btn-secondary" ng-click = "ctrl.viewJson()" >
2016-05-25 05:30:27 -05:00
< i class = "fa fa-file-text-o" > < / i > View JSON
< / button >
2017-09-21 09:40:18 -05:00
< a class = "btn btn-link" ng-click = "ctrl.dismiss()" > Cancel< / a >
2016-05-25 05:30:27 -05:00
< / div >
< / div >
2016-05-17 14:18:47 -05:00
< / div >