problems: make timeline optional
This commit is contained in:
@@ -146,6 +146,13 @@
|
||||
ng-model="ctrl.panel.pageSize"
|
||||
ng-model-onblur ng-change="ctrl.render()">
|
||||
</div>
|
||||
<gf-form-switch ng-if="ctrl.panel.layout === 'table'"
|
||||
class="gf-form"
|
||||
label-class="width-10"
|
||||
label="Problem timeline"
|
||||
checked="ctrl.panel.problemTimeline"
|
||||
on-change="ctrl.render()">
|
||||
</gf-form-switch>
|
||||
<gf-form-switch class="gf-form"
|
||||
label-class="width-10"
|
||||
label="Highlight background"
|
||||
|
||||
Reference in New Issue
Block a user