mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
comment out ansible help service
This commit is contained in:
parent
2bb9b8a6fe
commit
70c7c0242b
@ -771,7 +771,6 @@ var tower = angular.module('Tower', [
|
||||
function ($q, $compile, $cookieStore, $rootScope, $log, CheckLicense, $location, Authorization, LoadBasePaths, Timer, ClearScope, Socket,
|
||||
LoadConfig, Store, ShowSocketHelp, pendoService, Prompt, Rest, Wait, ProcessErrors, $state, GetBasePath) {
|
||||
var sock;
|
||||
|
||||
$rootScope.addPermission = function (scope) {
|
||||
$compile("<add-permissions class='AddPermissions'></add-permissions>")(scope);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user