X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=js%2Ftopology%2Fcommon.js;h=305294b4af9795503d772ff97ee667a736ffc438;hb=HEAD;hp=b892a99ebc0df3d0fdcc51de508656f524cdc848;hpb=1f2664ee622668b8d63ea5aba76e574d56677c20;p=VSoRC%2F.git diff --git a/js/topology/common.js b/js/topology/common.js old mode 100644 new mode 100755 index b892a99..305294b --- a/js/topology/common.js +++ b/js/topology/common.js @@ -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!";