mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
Merge pull request #1896 from shanemcd/expiration-date
*Really* display correct expiration date on license page.
This commit is contained in:
commit
dfa85dbbd2
@ -74,6 +74,7 @@ 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(){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user