UI: add UNI & IPVC tabs (work in-progress)
[unimgr.git] / dlux / cpeui / cpeui-module / src / main / resources / cpeui / admin.controller.js
index baa0a699b1dee6850c55a2823d1f5ddc3a7024fc..113eb176b097ebfddca4fae2543543045ba216fd 100644 (file)
@@ -28,7 +28,7 @@ define([ 'app/cpeui/cpeui.module' ], function(cpeui) {
 
         $scope.OpenTenantPortal = function(tenant) {
           $scope.currentTenent = tenant;
-          window.location = "#cpeui/tenant/" + tenant.name;
+          window.location = "#cpeui/tenant/" + tenant.name +"/";
         };
 
         $scope.DeleteTenant = function(tenantID) {