X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fdash%2Fapp%2Fpal%2Futils%2Fconstants.py;fp=resources%2Ftools%2Fdash%2Fapp%2Fpal%2Futils%2Fconstants.py;h=cc4a9e0f23454fab32aa5ea6996f0e6051e132f0;hb=808797d2d913eac7581a4e4cba3fb826ddbff775;hp=7a836e79f38479db7db0313888b58ad91531ff9a;hpb=1f0d4ffc8d3fabe2bd7452760425e005c2970ff6;p=csit.git diff --git a/resources/tools/dash/app/pal/utils/constants.py b/resources/tools/dash/app/pal/utils/constants.py index 7a836e79f3..cc4a9e0f23 100644 --- a/resources/tools/dash/app/pal/utils/constants.py +++ b/resources/tools/dash/app/pal/utils/constants.py @@ -273,6 +273,9 @@ class Constants: # Layout of plot.ly graphs. REPORT_GRAPH_LAYOUT_FILE = "pal/report/layout.yaml" + # Default name of downloaded file with selected data. + REPORT_DOWNLOAD_FILE_NAME = "iterative_data.csv" + ############################################################################ # Statistics. @@ -289,6 +292,9 @@ class Constants: # The default job displayed when the page is loaded first time. STATS_DEFAULT_JOB = "csit-vpp-perf-mrr-daily-master-2n-icx" + # Default name of downloaded file with selected data. + STATS_DOWNLOAD_FILE_NAME = "stats.csv" + ############################################################################ # Trending. @@ -301,3 +307,6 @@ class Constants: # Layout of plot.ly graphs. TREND_GRAPH_LAYOUT_FILE = "pal/trending/layout.yaml" + + # Default name of downloaded file with selected data. + TREND_DOWNLOAD_FILE_NAME = "trending_data.csv"