<labelclass="small">Theme</label><selectclass="input-small"ng-model="dashboard.style"ng-options="f for f in ['dark','light']"ng-change="styleUpdated()"></select>
</div>
<divclass="editor-option">
<labelclass="small">Time correction</label>
<selectng-model="dashboard.timezone"class='input-small'ng-options="f for f in ['browser','utc']"></select>