X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Fhtml_out.py;h=6b596d772519519d3fe3c1299a4e62380e9f78da;hp=e9237e92528ace0680315184fbcab49c8ff43400;hb=4c57e2e64537d6263c618da58bcd8f8767b8076e;hpb=b57758d4a3fd88baa348cfa0812e9f4a742761d1
diff --git a/osm_nbi/html_out.py b/osm_nbi/html_out.py
index e9237e9..6b596d7 100644
--- a/osm_nbi/html_out.py
+++ b/osm_nbi/html_out.py
@@ -21,10 +21,12 @@ html_start = """
( {} )
+ PDUs
VNFDs
NSDs
NSs
NSTDs
+ NSIs
USERs
PROJECTs
TOKENs
@@ -102,6 +104,15 @@ html_nslcmop_body = """
"""
+html_nsilcmop_body = """
+nsilcm operations
+
" + html_escape(yaml.safe_dump(data, explicit_start=True, indent=4, default_flow_style=False)) + \ "" elif data is None: