mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-17 21:41:47 -05:00
Fixing live events for inventory-manage page
This commit is contained in:
@@ -136,7 +136,6 @@ export default ['$log', '$cookieStore', '$compile', '$window', '$rootScope',
|
||||
Authorization.setUserInfo(data);
|
||||
Timer.init().then(function(timer){
|
||||
$rootScope.sessionTimer = timer;
|
||||
// $rootScope.$emit('OpenSocket');
|
||||
SocketService.init();
|
||||
$rootScope.user_is_superuser = data.results[0].is_superuser;
|
||||
$rootScope.user_is_system_auditor = data.results[0].is_system_auditor;
|
||||
|
||||
Reference in New Issue
Block a user