UTI: PoC - Dash application for Trending 02/35102/8
authorTibor Frank <tifrank@cisco.com>
Wed, 26 Jan 2022 08:31:43 +0000 (09:31 +0100)
committerTibor Frank <tifrank@cisco.com>
Thu, 24 Feb 2022 07:11:41 +0000 (08:11 +0100)
commitb2cb835b34c7404b2aaee3ec30700c67537da66d
treed0a6ce077b6d927565294fcd7301fb727708cd06
parent9eebc3e59028014a8fc151575b99347d2871c097
UTI: PoC - Dash application for Trending

- delete old dash demo

Change-Id: I3e75c1dc18ee85c1826838af0343a4b779f71754
Signed-off-by: Tibor Frank <tifrank@cisco.com>
15 files changed:
resources/tools/dash/app/config.py
resources/tools/dash/app/pal/__init__.py
resources/tools/dash/app/pal/assets.py
resources/tools/dash/app/pal/report/data.py [new file with mode: 0644]
resources/tools/dash/app/pal/report/layout.py [new file with mode: 0644]
resources/tools/dash/app/pal/report/report.py [moved from resources/tools/dash/app/pal/trending/dashboard.py with 72% similarity]
resources/tools/dash/app/pal/routes.py
resources/tools/dash/app/pal/templates/index.jinja2
resources/tools/dash/app/pal/trending/data.py
resources/tools/dash/app/pal/trending/html_layout.txt [new file with mode: 0644]
resources/tools/dash/app/pal/trending/layout.py
resources/tools/dash/app/pal/trending/spec_test_selection.yaml [new file with mode: 0644]
resources/tools/dash/app/pal/trending/trending.py [new file with mode: 0644]
resources/tools/dash/app/requirements.txt
resources/tools/dash/app/wsgi.py