Dashboard plugin for the Adjutant service.
Go to file
Adrian Turjak bb878a3f33 Fixes to match Horizon Rocky
Horizon in Rocky 'fixed' recursive inheritance but this
in turn broke our use of overextends. As such we drop
overextends for Rocky onwards, but this means Adjutant-UI
from Rocky onwards only works with Horizon from Rocky onwards.

This also fixes issues with quota naming cleanup which was
changed in Horizon proper.

Change-Id: I60fa4e8e751bb62760830e37775c42b9900fb59c
2018-05-02 16:08:38 +12:00
adjutant_ui Fixes to match Horizon Rocky 2018-05-02 16:08:38 +12:00
doc Clean up service and role translations 2018-02-13 18:03:20 +13:00
tools Initial code base for StackTask UI 2017-04-06 18:28:26 +12:00
.gitignore Initial code base for StackTask UI 2017-04-06 18:28:26 +12:00
.gitreview Set up .gitreview 2018-03-23 08:52:02 +01:00
LICENSE Initial code base for StackTask UI 2017-04-06 18:28:26 +12:00
README.rst Clean up service and role translations 2018-02-13 18:03:20 +13:00
babel-django.cfg Initial code base for StackTask UI 2017-04-06 18:28:26 +12:00
babel-djangojs.cfg Initial code base for StackTask UI 2017-04-06 18:28:26 +12:00
manage.py Initial code base for StackTask UI 2017-04-06 18:28:26 +12:00
requirements.txt Fixes to match Horizon Rocky 2018-05-02 16:08:38 +12:00
run_tests.sh Renaming StackTask to Adjutant 2017-05-17 15:07:34 +12:00
setup.cfg Renaming StackTask to Adjutant 2017-05-17 15:07:34 +12:00
setup.py Initial code base for StackTask UI 2017-04-06 18:28:26 +12:00
test-requirements.txt Clean up service and role translations 2018-02-13 18:03:20 +13:00
test-shim.js Initial code base for StackTask UI 2017-04-06 18:28:26 +12:00
tox.ini Renaming StackTask to Adjutant 2017-05-17 15:07:34 +12:00

README.rst

adjutant-ui

Adjutant Dashboard

This is the Horizon plugin for the Adjutant service, and provides UI elements to the core features that Adjutant adds.

Documentation

Documentation is stored in doc/, a sphinx build of the documentation can be generated with the command tox -e docs.