Add test coverage for rows

Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2015-05-11 14:50:10 -04:00
parent b91de6e8e9
commit f13cd5afda
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,15 @@
{
"dashboard": {
"rows": [
{
"collapse": false,
"editable": true,
"height": "250px",
"panels": [],
"showTitle": false,
"title": "New row"
}
],
"title": "New dashboard"
}
}

View File

@ -0,0 +1,5 @@
dashboard:
title: New dashboard
rows:
- title: New row
height: 250px