<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>