We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6dfd76 commit be93219Copy full SHA for be93219
app/scripts/controllers/provisionedServices.js
@@ -43,6 +43,7 @@ angular.module('openshiftConsole')
43
$scope.emptyMessageRoutes = "Loading...";
44
45
var state = overview.state = {
46
+ notificationsByObjectUID: {},
47
serviceInstances: {}
48
};
49
0 commit comments