Minor UI changes - Changed ONOS Node Cluster wording, removed 1 button, changed A button dialog prompt and changed timestamp format
diff --git a/web/ons-demo/index.html b/web/ons-demo/index.html
index ed31bee..68f841d 100644
--- a/web/ons-demo/index.html
+++ b/web/ons-demo/index.html
@@ -20,10 +20,10 @@
 	</div>
 
 	<div id='onos'>
-		<div id='cluster-label'>ONOS Node Cluster</div>
+		<div id='cluster-label'>ONOS Nodes</div>
 		<div id='controllers'></div>
 		<div id='actions'>
-			<div id='action-local' class='action'>1</div>
+			<!--<div id='action-local' class='action'>1</div>-->
 			<div id='action-reset' class='action'>R</div>
 			<div id='action-scale' class='action'>S</div>
 			<div id='action-all' class='action'>A</div>
@@ -82,4 +82,4 @@
 <script src="js/app.js"></script>
 </body>
 
-</html>
\ No newline at end of file
+</html>