|
@@ -41,15 +41,9 @@
|
|
|
<h5 class="section-heading">On/Off Toggles</h5>
|
|
<h5 class="section-heading">On/Off Toggles</h5>
|
|
|
<div class="gf-form-group">
|
|
<div class="gf-form-group">
|
|
|
<div class="gf-form-inline">
|
|
<div class="gf-form-inline">
|
|
|
- <div class="gf-form">
|
|
|
|
|
- <editor-checkbox text="Editable" model="dashboard.editable"></editor-checkbox>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="gf-form">
|
|
|
|
|
- <editor-checkbox text="Hide Controls (CTRL+H)" model="dashboard.hideControls"></editor-checkbox>
|
|
|
|
|
- </div>
|
|
|
|
|
- <div class="gf-form">
|
|
|
|
|
- <editor-checkbox text="Shared Crosshair (CTRL+O)" model="dashboard.sharedCrosshair"></editor-checkbox>
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+ <gf-form-switch class="gf-form" label="Editable" checked="dashboard.editable" switch-class="max-width-6"></gf-form-switch>
|
|
|
|
|
+ <gf-form-switch class="gf-form" label="Hide Controls (CTRL+H)" checked="dashboard.hideControls" switch-class="max-width-6"></gf-form-switch>
|
|
|
|
|
+ <gf-form-switch class="gf-form" label="Shared Crosshair (CTRL+O)" checked="dashboard.sharedCrosshair" switch-class="max-width-6"></gf-form-switch>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|