diff options
author | Hao Liu <haoli@redhat.com> | 2023-02-21 22:40:47 +0100 |
---|---|---|
committer | Hao Liu <haoli@redhat.com> | 2023-03-17 04:34:30 +0100 |
commit | f53aa2d26ba3836bd552899d121ea74165a5c21d (patch) | |
tree | 7e1621e522062fc05b358adaf77baf6d442a5463 /.gitignore | |
parent | Add banner to dashboard page. (diff) | |
download | awx-f53aa2d26ba3836bd552899d121ea74165a5c21d.tar.xz awx-f53aa2d26ba3836bd552899d121ea74165a5c21d.zip |
Build and serve UI_NEXT
- Add new makefile for building ui_next
- Add setting to toggle ui_next
- Add URL path for displaying ui_next
- Update collectstatic and template dir config to serve ui_next
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6231ea4071..0ecdb823a2 100644 --- a/.gitignore +++ b/.gitignore @@ -157,7 +157,11 @@ use_dev_supervisor.txt *.unison.tmp *.# /awx/ui/.ui-built +/awx/ui_next/.ui-built /Dockerfile /_build/ /_build_kube_dev/ /Dockerfile.kube-dev + +awx/ui_next/src +awx/ui_next/build |