Fix Glance dashboard to graph private images
Fixes-bug: #1549820 Change-Id: I0ccf95fdb60d2bdc3927fabd73c527832412189e
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user