Consistent URL Scheme for Northbound and Web UI
[controller.git] / opendaylight / web / devices / src / main / resources / js / page.js
index 57ca7b3f8186c046533b34c975abfda37b71befc..d21f8d83a79d2d9ec52ca365289dc8d442b5bc6d 100644 (file)
@@ -50,7 +50,7 @@ one.f.menu = {
 
 /**Devices Modules */
 one.f.switchmanager = {
-       rootUrl: "one/devices",
+       rootUrl: "controller/web/devices",
        createTable: function(columnNames, body) {
                var tableAttributes = ["table-striped", "table-bordered", "table-condensed"];
                var $table = one.lib.dashlet.table.table(tableAttributes);