X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_tables.py;h=8791ae5804bb1ccb547a57a843140e29f427ff56;hp=84a6a411dc33f690c86914810076018061bfbc3f;hb=179579436b0f333732e9937ba4cf7d6ad6a83f46;hpb=f31dbcd6553ca6e7436736a5bc3aeec8fe18cad1 diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index 84a6a411dc..8791ae5804 100644 --- a/resources/tools/presentation/generator_tables.py +++ b/resources/tools/presentation/generator_tables.py @@ -930,6 +930,9 @@ def table_performance_trending_dashboard_html(table, input_data): if "memif" in item: file_name = "container_memif.html" + elif "srv6" in item: + file_name = "srv6.html" + elif "vhost" in item: if "l2xcbase" in item or "l2bdbasemaclrn" in item: file_name = "vm_vhost_l2.html"