X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_tables.py;h=8791ae5804bb1ccb547a57a843140e29f427ff56;hb=refs%2Fchanges%2F39%2F12639%2F5;hp=84a6a411dc33f690c86914810076018061bfbc3f;hpb=f31dbcd6553ca6e7436736a5bc3aeec8fe18cad1;p=csit.git 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"