Fix span for jenkins / zuul launcher to a single row

Right now, we are wrapping the 4 panel to a new line. This fixes that.

Change-Id: I09f6f80a72bbcdb2dcc2b586febec8139e3b959d
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-06-07 19:12:26 -04:00
parent 84cba54d05
commit 10fe5a3618
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 8 additions and 8 deletions

View File

@ -55,22 +55,22 @@ dashboard:
height: 320px
panels:
- title: Building Nodes
span: 4
span: 3
targets:
- target: aliasByNode(stats.gauges.nodepool.target.*.nodes.building, 4)
type: graph
- title: Ready Nodes
span: 4
span: 3
targets:
- target: aliasByNode(stats.gauges.nodepool.target.*.nodes.ready, 4)
type: graph
- title: Used Nodes
span: 4
span: 3
targets:
- target: aliasByNode(stats.gauges.nodepool.target.*.nodes.used, 4)
type: graph
- title: Deleting Nodes
span: 4
span: 3
targets:
- target: aliasByNode(stats.gauges.nodepool.target.*.nodes.delete, 4)
type: graph
@ -79,22 +79,22 @@ dashboard:
height: 320px
panels:
- title: Building Nodes
span: 4
span: 3
targets:
- target: aliasByNode(stats.gauges.nodepool.manager.*.nodes.building, 4)
type: graph
- title: Ready Nodes
span: 4
span: 3
targets:
- target: aliasByNode(stats.gauges.nodepool.manager.*.nodes.ready, 4)
type: graph
- title: Used Nodes
span: 4
span: 3
targets:
- target: aliasByNode(stats.gauges.nodepool.manager.*.nodes.used, 4)
type: graph
- title: Deleting Nodes
span: 4
span: 3
targets:
- target: aliasByNode(stats.gauges.nodepool.manager.*.nodes.delete, 4)
type: graph