mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-22 16:53:35 -05:00
b8fc402d552367bee08d6447741307163ae2d285
- Move API GET request to /v2/config out to the top level of our App. - Store /v2/config response data in sessionStorage. - Use Context API to pass down relevant data to Organizations component. - Wrap our AnsibleSelect component as a context consumer and pass in the list of Ansible Environments of the logged in user. - Clear sessionStorage object when user logs out. - Update unit tests.
AWX-PF
Requirements
- node 8.x LTS, npm 5.x LTS, make, git
Usage
git clone git@github.com:ansible/awx-pf.git- cd awx-pf
- npm install
- npm start
- visit
https://127.0.0.1:3001/
note: These instructions assume you have the awx development api server up and running at localhost:8043.
Description
Languages
Python
52%
JavaScript
46.4%
Jinja
1%
Makefile
0.2%
Shell
0.2%
Other
0.1%