Added share link for ES stored dashboards

This commit is contained in:
Rashid Khan
2013-02-28 15:35:44 -07:00
parent 430bdd0343
commit 6d2af0d848
5 changed files with 27 additions and 2 deletions
+13
View File
@@ -0,0 +1,13 @@
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3>{{share.id}} <small>shareable link</small></h3>
</div>
<div class="modal-body">
<label>Share this dashboard with this URL</label>
<input ng-model='share.link' type="text" style="width:90%" onclick="this.select()" onfocus="this.select()" ng-change="share_link(share.type,share.id)">
</div>
<div class="modal-footer">
<button type="button" class="btn btn-success" ng-click="dismiss();$broadcast('render')">Close</button>
</div>