feat(uti): Dash demo 72/34872/4
authorPeter Mikus <pmikus@cisco.com>
Mon, 10 Jan 2022 12:19:31 +0000 (13:19 +0100)
committerTibor Frank <tifrank@cisco.com>
Tue, 11 Jan 2022 13:09:38 +0000 (14:09 +0100)
commita5e8351152d9513811e2d6d9eaaf2180e35e002d
tree83ee473fc391aff83869706345acf740eba22cd9
parentfd5600f3441d99f4cc9643e3a0da99c850b80a5c
feat(uti): Dash demo

- displays the table with trending data downloaded from trending pages

Signed-off-by: Peter Mikus <pmikus@cisco.com>
Change-Id: Ic0d48290105ccd846c7de9ee4d8acb78e0b72f00
21 files changed:
resources/tools/dash/Dockerfile [new file with mode: 0644]
resources/tools/dash/app/app.ini [new file with mode: 0644]
resources/tools/dash/app/config.py [new file with mode: 0644]
resources/tools/dash/app/pal/__init__.py [new file with mode: 0644]
resources/tools/dash/app/pal/assets.py [new file with mode: 0644]
resources/tools/dash/app/pal/routes.py [new file with mode: 0644]
resources/tools/dash/app/pal/static/dist/css/styles.css [new file with mode: 0644]
resources/tools/dash/app/pal/static/dist/img/favicon.svg [new file with mode: 0644]
resources/tools/dash/app/pal/static/img/logo.svg [new file with mode: 0644]
resources/tools/dash/app/pal/static/less/global.less [new file with mode: 0644]
resources/tools/dash/app/pal/static/less/header.less [new file with mode: 0644]
resources/tools/dash/app/pal/static/less/home.less [new file with mode: 0644]
resources/tools/dash/app/pal/static/less/table.less [new file with mode: 0644]
resources/tools/dash/app/pal/templates/index.jinja2 [new file with mode: 0644]
resources/tools/dash/app/pal/templates/layout.jinja2 [new file with mode: 0644]
resources/tools/dash/app/pal/trending/dashboard.py [new file with mode: 0644]
resources/tools/dash/app/pal/trending/data.py [new file with mode: 0644]
resources/tools/dash/app/pal/trending/layout.py [new file with mode: 0644]
resources/tools/dash/app/requirements.txt [new file with mode: 0644]
resources/tools/dash/app/wsgi.py [new file with mode: 0644]
resources/tools/dash/docker-compose.yaml [new file with mode: 0644]