mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
79b79f0481
awLicenseFeature with show/hide changed file locations changing file location adjusting controller logic to only return list of features leveraging $rootScope instead of local storage adding awFeature directive for lists/forms for activity stream button Adding route resolvers and service for getting license In order to get the license info from the API and not from local storage, the UI needs to hit hte API before loading any pages, therefore I've added route resolvers that will ensure that we have the appropriate data (license features) before navigating to a new page. I've also added the awFeature directive to the organizations list -> add-button and the ldap checkbox on the user form page. adjusting alignment fixing jshint errors commting file for testings adding tests for features service and features controller adding features controller unit test
14 lines
211 B
JSON
14 lines
211 B
JSON
{
|
|
"restartable": "rs",
|
|
"ignore": [
|
|
".git",
|
|
"node_modules/**/node_modules",
|
|
"awx/ui/static/docs/**/*"
|
|
],
|
|
"watch": [
|
|
"awx/ui/static",
|
|
"awx/ui/tests"
|
|
],
|
|
"ext": "js json less html"
|
|
}
|