X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=validation.git;a=blobdiff_plain;f=ui%2Fsrc%2Fmain%2Fwebapp%2Fapp%2FBluvalUI%2FGetLastRun%2FRoute.js;fp=ui%2Fsrc%2Fmain%2Fwebapp%2Fapp%2FAECBlueprintValidationUI%2FCommittedSubmissions%2FRoute.js;h=4885d075285be9d9f92b5142c67ff911227a11cc;hp=48a9a5a1a1b0df466f684f49a497ce2dbe4da5de;hb=2eba847ebb6acb2686be08eb1cdafc1b12071e7d;hpb=f86b9715d156238532fcb0bf464bd72e9cf7ce96 diff --git a/ui/src/main/webapp/app/AECBlueprintValidationUI/CommittedSubmissions/Route.js b/ui/src/main/webapp/app/BluvalUI/GetLastRun/Route.js similarity index 78% rename from ui/src/main/webapp/app/AECBlueprintValidationUI/CommittedSubmissions/Route.js rename to ui/src/main/webapp/app/BluvalUI/GetLastRun/Route.js index 48a9a5a..4885d07 100644 --- a/ui/src/main/webapp/app/AECBlueprintValidationUI/CommittedSubmissions/Route.js +++ b/ui/src/main/webapp/app/BluvalUI/GetLastRun/Route.js @@ -18,7 +18,7 @@ appDS2 .config(function($routeProvider) { $routeProvider .otherwise({ - templateUrl : 'app/AECBlueprintValidationUI/CommittedSubmissions/CommittedSubmissionsTemplate.html', - controller : "AECCommittedSubmissionsController" + templateUrl : 'app/BluvalUI/GetLastRun/GetLastRunTemplate.html', + controller : "GetLastRunController" }); }); \ No newline at end of file