
This commit adds the ability to configure the options in Time Range panel: time override, time shift and hide time override info. Change-Id: I1d8c527ef1a377de6e34b94621f3060706356008
12 lines
249 B
YAML
12 lines
249 B
YAML
dashboard:
|
|
title: New dashboard
|
|
rows:
|
|
- title: New row
|
|
height: 250px
|
|
panels:
|
|
- title: no title (click here)
|
|
type: graph
|
|
timeFrom: 10d
|
|
timeShift: 1h
|
|
hideTimeOverride: true
|