<gf-form-switchclass="gf-form"label="Editable"tooltip="Uncheck, then save and reload to disable all dashboard editing"checked="ctrl.dashboard.editable"label-class="width-7">
Cycle between options using Shortcut: CTRL+O or CMD+O
</info-popover>
</label>
<divclass="gf-form-select-wrapper">
<selectng-model="ctrl.dashboard.graphTooltip"class='gf-form-input'ng-options="f.value as f.text for f in [{value: 0, text: 'Default'}, {value: 1, text: 'Shared crosshair'},{value: 2, text: 'Shared Tooltip'}]"></select>
<inputtype="text"class="gf-form-input max-width-25"ng-model="ctrl.panel.nowDelay"placeholder="0m"valid-time-spanbs-tooltip="'Enter 1m to ignore the last minute (because it can contain incomplete metrics)'"
data-placement="right">
</div>
<gf-form-switchclass="gf-form"label="Hide time picker"checked="ctrl.panel.hidden"label-class="width-10"></gf-form-switch>
<selectng-model="ctrl.dashboard.timezone"class='gf-form-input'ng-options="f.value as f.text for f in [{value: '', text: 'Default'}, {value: 'browser', text: 'Local browser time'},{value: 'utc', text: 'UTC'}]"ng-change="timezoneChanged()"></select>
<inputtype="text"class="gf-form-input max-width-25"ng-model="ctrl.panel.nowDelay"placeholder="0m"valid-time-spanbs-tooltip="'Enter 1m to ignore the last minute (because it can contain incomplete metrics)'"
data-placement="right">
</div>
<gf-form-switchclass="gf-form"label="Hide time picker"checked="ctrl.panel.hidden"label-class="width-10"></gf-form-switch>