X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=js%2Ftopology%2Fflowtables.js;h=cd350719536ebbf30561a4984b9a267caf0e40de;hb=af450fde25a9ccf4767b29254c463ffb8ef25237;hp=d88419571ec51c48a3e97ffc71e173a4d7e4978a;hpb=dbac5cb460f04625bc2a9e414e51900c9777d3ae;p=VSoRC%2F.git diff --git a/js/topology/flowtables.js b/js/topology/flowtables.js index d884195..cd35071 100644 --- a/js/topology/flowtables.js +++ b/js/topology/flowtables.js @@ -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,30000); + loadFlows(); + } - // startRefresh() + startRefresh() // function autoRefreshPage() { // loadFlows();