mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 18:37:36 -02:30
Amend demo message to indicate there are 10 free hosts.
This commit is contained in:
@@ -61,7 +61,7 @@ angular.module('AccessHelper', ['RestServices', 'Utilities', 'ngCookies'])
|
|||||||
// demo
|
// demo
|
||||||
status = 'alert-info';
|
status = 'alert-info';
|
||||||
hdr = 'AWX Demo';
|
hdr = 'AWX Demo';
|
||||||
msg = 'Thank you for trying AnsibleWorks AWX. You can use this edition to manage up to 5 hosts. ' +
|
msg = 'Thank you for trying AnsibleWorks AWX. You can use this edition to manage up to 10 hosts free. ' +
|
||||||
'Should you wish to acquire a license for additional servers, please visit ' +
|
'Should you wish to acquire a license for additional servers, please visit ' +
|
||||||
'<a href="http://ansibleworks.com/ansibleworks-awx" target="_blank"><strong>ansibleworks.com/ansibleworks-awx</strong></a>, or ' +
|
'<a href="http://ansibleworks.com/ansibleworks-awx" target="_blank"><strong>ansibleworks.com/ansibleworks-awx</strong></a>, or ' +
|
||||||
'contact <a href="mailto:info@ansibleworks.com"><strong>info@ansibleworks.com</strong></a> for assistance.';
|
'contact <a href="mailto:info@ansibleworks.com"><strong>info@ansibleworks.com</strong></a> for assistance.';
|
||||||
@@ -88,4 +88,4 @@ angular.module('AccessHelper', ['RestServices', 'Utilities', 'ngCookies'])
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}]);
|
}]);
|
||||||
|
|||||||
Reference in New Issue
Block a user