From 13d05bc8458758ee39cb829098241e89616717ee Mon Sep 17 00:00:00 2001 From: Ashlee Young Date: Wed, 9 Sep 2015 22:15:21 -0700 Subject: ONOS checkin based on commit tag e796610b1f721d02f9b0e213cf6f7790c10ecd60 Change-Id: Ife8810491034fe7becdba75dda20de4267bd15cd --- .../src/main/webapp/app/view/cluster/cluster.html | 68 ++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 framework/src/onos/web/gui/src/main/webapp/app/view/cluster/cluster.html (limited to 'framework/src/onos/web/gui/src/main/webapp/app/view/cluster/cluster.html') diff --git a/framework/src/onos/web/gui/src/main/webapp/app/view/cluster/cluster.html b/framework/src/onos/web/gui/src/main/webapp/app/view/cluster/cluster.html new file mode 100644 index 00000000..c5048884 --- /dev/null +++ b/framework/src/onos/web/gui/src/main/webapp/app/view/cluster/cluster.html @@ -0,0 +1,68 @@ + + + +
+
+

Cluster Nodes ({{tableData.length}} total)

+
+
+
+
+ +
+
+ +
+ + + + + + + + +
ID IP Address TCP Port Last Updated
+
+ +
+ + + + + + + + + + + + +
+ No Cluster Nodes found +
+
+
{{node.id}}{{node.ip}}{{node.tcp}}{{node.updated}}
+
+ +
+ +
-- cgit 1.2.3-korg