mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 20:51:21 -03:30
parent
3113ae584d
commit
47a81e63f5
@ -82,8 +82,10 @@ export default
|
||||
|
||||
var calcExpiresOn = function(days){
|
||||
// calculate the expiration date of the license
|
||||
days = parseInt(days);
|
||||
return moment().add(days, 'days').calendar();
|
||||
};
|
||||
|
||||
var init = function(){
|
||||
$scope.fileName = "No file selected.";
|
||||
$scope.title = $rootScope.licenseMissing ? "Tower License" : "License Management";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user