mirror of
https://github.com/grafana/grafana.git
synced 2025-01-09 23:53:25 -06:00
fix(share): fixed checkboxes in share modal, fixes #4301
This commit is contained in:
parent
7ecf057901
commit
de41536046
@ -54,11 +54,11 @@
|
||||
<div class="gf-form-group position-center">
|
||||
<div class="gf-form">
|
||||
<span class="gf-form-label width-5">Include</span>
|
||||
<editor-checkbox text="Current time range" model="options.forCurrent" change="updated()"></editor-checkbox>
|
||||
<editor-checkbox text="Current time range" model="options.forCurrent" change="buildUrl()"></editor-checkbox>
|
||||
</div>
|
||||
<div class="gf-form">
|
||||
<span class="gf-form-label width-5">Include</span>
|
||||
<editor-checkbox text="Template variables" model="options.includeTemplateVars" change="updated()"></editor-checkbox>
|
||||
<editor-checkbox text="Template variables" model="options.includeTemplateVars" change="buildUrl()"></editor-checkbox>
|
||||
</div>
|
||||
<div class="gf-form">
|
||||
<span class="gf-form-label width-5">Theme</span>
|
||||
|
Loading…
Reference in New Issue
Block a user