autorefresh in the stats and minor color changes
[VSoRC/.git] / js / topology / flowtables.js
index d88419571ec51c48a3e97ffc71e173a4d7e4978a..99830aa9cbc362971a0e90fcb8d77340a1b60771 100644 (file)
@@ -1,9 +1,9 @@
 // Copyright (c) 2018 Maen Artimy
-// 
+//
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
 // You may obtain a copy of the License at
-// 
+//
 //   http://www.apache.org/licenses/LICENSE-2.0
 //
 // Unless required by applicable law or agreed to in writing, software
@@ -95,12 +95,12 @@ $(function () {
     loadFlows();
 
 
-    // function startRefresh() {
-    //     setTimeout(startRefresh,10000);
-    //     loadFlows();
-    // }
+    function startRefresh() {
+        setTimeout(startRefresh,10000);
+        loadFlows();
+    }
 
-    // startRefresh()
+    startRefresh()
 
     // function autoRefreshPage() {
     //     loadFlows();