.coveragerc
LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
apschedulerui/__init__.py
apschedulerui/watcher.py
apschedulerui/web.py
apschedulerui.egg-info/PKG-INFO
apschedulerui.egg-info/SOURCES.txt
apschedulerui.egg-info/dependency_links.txt
apschedulerui.egg-info/requires.txt
apschedulerui.egg-info/top_level.txt
apschedulerui/static/app.bundle.js
apschedulerui/static/index.html
frontend/package.json
frontend/webpack.config.js
frontend/src/app.js
frontend/src/index.html
frontend/src/mock_data.js
frontend/src/controllers/confirmModal.js
frontend/src/controllers/job.js
frontend/src/controllers/job_actions.js
frontend/src/controllers/navbar.js
frontend/src/controllers/overview.js
frontend/src/css/bootstrap.less
frontend/src/css/index.less
frontend/src/css/job.less
frontend/src/css/modals.less
frontend/src/css/navbar.less
frontend/src/css/plotly.less
frontend/src/css/variables.less
frontend/src/model/job.js
frontend/src/model/scheduler.js
frontend/src/partials/confirm_modal.html
frontend/src/partials/job.html
frontend/src/partials/overview.html
frontend/src/view/aesthetics.js
frontend/src/view/job_plot.js
frontend/src/view/plotly_templates.js
frontend/src/view/scheduler_plot.js