mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-23 08:21:49 -05:00
Added image upload for custom logo
This commit is contained in:
@@ -93,7 +93,7 @@ export default ['$log', '$cookieStore', '$compile', '$window', '$rootScope',
|
||||
|
||||
$rootScope.loginConfig.promise.then(function () {
|
||||
if ($AnsibleConfig.custom_logo) {
|
||||
scope.customLogo = "custom_console_logo.png";
|
||||
scope.customLogo = $rootScope.custom_logo;
|
||||
scope.customLogoPresent = true;
|
||||
} else {
|
||||
scope.customLogo = "tower-logo-login.svg";
|
||||
|
||||
Reference in New Issue
Block a user