Primeros pasos en la pagina de estadisticas, para esto en index.js cree una nueva...
[VSoRC/.git] / js / topology / common.js
index b892a99ebc0df3d0fdcc51de508656f524cdc848..305294b4af9795503d772ff97ee667a736ffc438 100644 (file)
@@ -564,7 +564,7 @@ function hc(myString) {
 
 // Get information from datapaths
 function getSwitchData(request, f, g) {
-    $.get("/data", "list=switches")
+    $.get("/listswitch")
         .done(function (switches) {
             if ($.isEmptyObject(switches)) {
                 var msg = "No switches found!";