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 /MANIFEST.in | |
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 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 04cde5e9f6..09a5392c50 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,6 +6,7 @@ recursive-include awx/templates *.html recursive-include awx/api/templates *.md *.html *.yml recursive-include awx/ui/build *.html recursive-include awx/ui/build * +recursive-include awx/ui_next/build * recursive-include awx/playbooks *.yml recursive-include awx/lib/site-packages * recursive-include awx/plugins *.ps1 |