|
@@ -1,21 +1,21 @@
|
|
|
-<div ng-controller="SharePanelCtrl">
|
|
|
|
|
- <div class="modal-header">
|
|
|
|
|
- <div class="dashboard-editor-header">
|
|
|
|
|
- <div class="dashboard-editor-title">
|
|
|
|
|
- <i class="fa fa-share"></i>
|
|
|
|
|
- Share
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+<div class="modal-body gf-box gf-box-no-margin" ng-controller="SharePanelCtrl">
|
|
|
|
|
+ <div class="gf-box-header">
|
|
|
|
|
+ <div class="gf-box-title">
|
|
|
|
|
+ <i class="fa fa-share"></i>
|
|
|
|
|
+ Share
|
|
|
|
|
+ </div>
|
|
|
|
|
|
|
|
- <div ng-model="editor.index" bs-tabs style="text-transform:capitalize;">
|
|
|
|
|
- <div ng-repeat="tab in ['Link']" data-title="{{tab}}">
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+ <div ng-model="editor.index" bs-tabs style="text-transform:capitalize;">
|
|
|
|
|
+ <div ng-repeat="tab in ['Link']" data-title="{{tab}}">
|
|
|
</div>
|
|
</div>
|
|
|
-
|
|
|
|
|
</div>
|
|
</div>
|
|
|
- </div>
|
|
|
|
|
|
|
|
|
|
- <div class="modal-body">
|
|
|
|
|
|
|
+ <button class="gf-box-header-close-btn" ng-click="dismiss();">
|
|
|
|
|
+ <i class="fa fa-remove"></i>
|
|
|
|
|
+ </button>
|
|
|
|
|
+ </div>
|
|
|
|
|
|
|
|
|
|
+ <div class="gf-box-body">
|
|
|
<div class="editor-row">
|
|
<div class="editor-row">
|
|
|
<editor-opt-bool text="Current time range" model="forCurrent" change="buildUrl()"></editor-opt-bool>
|
|
<editor-opt-bool text="Current time range" model="forCurrent" change="buildUrl()"></editor-opt-bool>
|
|
|
<editor-opt-bool text="To this panel only" model="toPanel" change="buildUrl()"></editor-opt-bool>
|
|
<editor-opt-bool text="To this panel only" model="toPanel" change="buildUrl()"></editor-opt-bool>
|
|
@@ -29,10 +29,7 @@
|
|
|
<div class="editor-row" style="margin-top: 20px;">
|
|
<div class="editor-row" style="margin-top: 20px;">
|
|
|
<a href="{{imageUrl}}" target="_blank">Link to rendered image</a>
|
|
<a href="{{imageUrl}}" target="_blank">Link to rendered image</a>
|
|
|
</div>
|
|
</div>
|
|
|
-
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
- <div class="modal-footer">
|
|
|
|
|
- <button class="btn btn-success pull-right" ng-click="dismiss();">close</button>
|
|
|
|
|
- </div>
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+
|