mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-11 23:47:42 +00:00
GUACAMOLE-598: Abort rendering of pages if critical data fails to load (data without which the page is non-functional).
This commit is contained in:
@@ -127,6 +127,6 @@ angular.module('home').controller('homeController', ['$scope', '$injector',
|
||||
)
|
||||
.then(function rootGroupsRetrieved(rootConnectionGroups) {
|
||||
$scope.rootConnectionGroups = rootConnectionGroups;
|
||||
}, requestService.WARN);
|
||||
}, requestService.DIE);
|
||||
|
||||
}]);
|
||||
|
Reference in New Issue
Block a user