mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
problem with version on About Tower and View License
This commit is contained in:
@@ -537,7 +537,7 @@ function ($location, $rootScope, $compile, $filter, GenerateForm, Rest, Alert, G
|
||||
}
|
||||
scope.removeLicenseDataReady = scope.$on('LicenseDataReady', function(e, data) {
|
||||
var html, version;
|
||||
version = data.version.replace(/-\d*$/,'');
|
||||
version = data.version.replace(/-.*$/,'');
|
||||
self.setLicense(data.license_info, version);
|
||||
html = self.getDefaultHTML(data.license_info);
|
||||
self.loadDefaultScope(data.license_info, version);
|
||||
|
||||
Reference in New Issue
Block a user