Rework system graphs
This commit is contained in:
@@ -2278,6 +2278,7 @@ angular.module('Application').service('Client', ['$http', '$interval', '$timeout
|
||||
angular.copy(tmp, this._installedApps[foundIndex]);
|
||||
} else {
|
||||
this._installedApps.push(tmp);
|
||||
foundIndex = this._installedApps.length-1;
|
||||
}
|
||||
|
||||
// add reference to object map with appId keys
|
||||
|
||||
Reference in New Issue
Block a user