X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=vid-app-common%2Fsrc%2Fmain%2Fwebapp%2Fapp%2Fvid%2Fscripts%2Fcontroller%2FVidApp.js;h=ce8eb637ec90a7d2d6383f3a1f0d8fa40bdfb258;hb=659874df80409170e57b6dd6197eb3a81eb3468e;hp=6129fd96a907041ca8f803f10ba1d015562a4af7;hpb=1cfb08779ea0e00be69e072a940b3063e049fe6b;p=vid.git diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/controller/VidApp.js b/vid-app-common/src/main/webapp/app/vid/scripts/controller/VidApp.js index 6129fd96a..ce8eb637e 100755 --- a/vid-app-common/src/main/webapp/app/vid/scripts/controller/VidApp.js +++ b/vid-app-common/src/main/webapp/app/vid/scripts/controller/VidApp.js @@ -73,6 +73,14 @@ controller: 'ServiceProxyConfigController', templateUrl: 'app/vid/scripts/view-models/serviceProxyConfig.htm' }) + .when('/servicePlanning/:mode?', { + controller: 'iframeController', + templateUrl: 'app/vid/scripts/view-models/iframe.htm' + }) + .when('/instantiationStatus', { + controller: 'iframeController', + templateUrl: 'app/vid/scripts/view-models/iframe.htm' + }) .otherwise({ redirectTo: '/models/services' });