From b731e2f1dd0972409b136aebc7b463dd72c9cfad Mon Sep 17 00:00:00 2001 From: CNlucius Date: Tue, 13 Sep 2016 11:40:12 +0800 Subject: ONOSFW-171 O/S-SFC-ONOS scenario documentation Change-Id: I51ae1cf736ea24ab6680f8edca1b2bf5dd598365 Signed-off-by: CNlucius --- .../gui/src/main/webapp/app/view/port/port.html | 95 ---------------------- 1 file changed, 95 deletions(-) delete mode 100644 framework/src/onos/web/gui/src/main/webapp/app/view/port/port.html (limited to 'framework/src/onos/web/gui/src/main/webapp/app/view/port/port.html') diff --git a/framework/src/onos/web/gui/src/main/webapp/app/view/port/port.html b/framework/src/onos/web/gui/src/main/webapp/app/view/port/port.html deleted file mode 100644 index fa79e5ea..00000000 --- a/framework/src/onos/web/gui/src/main/webapp/app/view/port/port.html +++ /dev/null @@ -1,95 +0,0 @@ - - - -
-
-

- Port Statistics for Device {{devId || "(No device selected)"}} - ({{tableData.length}} Ports total) -

-
-
- -
- -
- -
- -
- -
-
-
- -
-
- -
- - - - - - - - - - - -
Port ID Pkts Received Pkts Sent Bytes Received Bytes Sent Pkts Received Dropped Pkts Sent Dropped Duration (sec)
-
- -
- - - - - - - - - - - - - - - -
- No Ports found -
{{port.id}}{{port.pkt_rx}}{{port.pkt_tx}}{{port.bytes_rx}}{{port.bytes_tx}}{{port.pkt_rx_drp}}{{port.pkt_tx_drp}}{{port.duration}}
-
- -
- -
-- cgit 1.2.3-korg