Fix Glance dashboard to graph private images

Fixes-bug: #1549820

Change-Id: I0ccf95fdb60d2bdc3927fabd73c527832412189e
This commit is contained in:
Swann Croiset
2016-02-25 15:15:00 +01:00
parent f994bedc05
commit ff7005fe9d

View File

@@ -1797,11 +1797,13 @@
},
{
"key": "state",
"operator": "=",
"value": "active"
},
{
"condition": "AND",
"key": "state",
"key": "visibility",
"operator": "=",
"value": "private"
}
]
@@ -3025,5 +3027,5 @@
},
"timezone": "browser",
"title": "Glance",
"version": 3
}
"version": 4
}