Amend demo message to indicate there are 10 free hosts.

This commit is contained in:
Michael DeHaan 2013-07-27 14:14:26 -04:00
parent 764d2ff94d
commit ceea3cd238

View File

@ -61,7 +61,7 @@ angular.module('AccessHelper', ['RestServices', 'Utilities', 'ngCookies'])
// demo
status = 'alert-info';
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 ' +
'<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.';
@ -88,4 +88,4 @@ angular.module('AccessHelper', ['RestServices', 'Utilities', 'ngCookies'])
}
}
}
}]);
}]);