diff options
author | nixocio <nixocio@gmail.com> | 2021-07-22 18:34:07 +0200 |
---|---|---|
committer | nixocio <nixocio@gmail.com> | 2021-08-02 16:40:24 +0200 |
commit | f85b2b6352568c0437ff018749720dc811a71850 (patch) | |
tree | e6dd00483046ce23001ac4da6fbba32c9da6fd26 /.dockerignore | |
parent | Merge pull request #10757 from rebeccahhh/instance_node_type (diff) | |
download | awx-f85b2b6352568c0437ff018749720dc811a71850.tar.xz awx-f85b2b6352568c0437ff018749720dc811a71850.zip |
Merge ui and ui_next in one dir
Merge ui and ui_next in one dir
See: https://github.com/ansible/awx/issues/10676
Update django .po files
Update django .po files
Run `awx-manage makemessages`.
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.dockerignore b/.dockerignore index 07c13d382d..c35f8a393f 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1,2 @@ awx/ui/node_modules -awx/ui_next/node_modules Dockerfile |