X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=validation.git;a=blobdiff_plain;f=ui%2Fsrc%2Fmain%2Fwebapp%2Fapp%2FBluvalUI%2FGetLastRun%2FGetLastRun.js;fp=ui%2Fsrc%2Fmain%2Fwebapp%2Fapp%2FAECBlueprintValidationUI%2FNewSubmission%2FAECNewSubmission.js;h=bbdcd4b43f60ec9a66898c5e4e4c50acc7f52d69;hp=6d094b394944e8e28ae5c5f00bb7e857aa79b306;hb=2eba847ebb6acb2686be08eb1cdafc1b12071e7d;hpb=f86b9715d156238532fcb0bf464bd72e9cf7ce96 diff --git a/ui/src/main/webapp/app/AECBlueprintValidationUI/NewSubmission/AECNewSubmission.js b/ui/src/main/webapp/app/BluvalUI/GetLastRun/GetLastRun.js similarity index 84% rename from ui/src/main/webapp/app/AECBlueprintValidationUI/NewSubmission/AECNewSubmission.js rename to ui/src/main/webapp/app/BluvalUI/GetLastRun/GetLastRun.js index 6d094b3..bbdcd4b 100644 --- a/ui/src/main/webapp/app/AECBlueprintValidationUI/NewSubmission/AECNewSubmission.js +++ b/ui/src/main/webapp/app/BluvalUI/GetLastRun/GetLastRun.js @@ -14,6 +14,6 @@ * limitations under the License. */ -var appDS2 = angular.module("AECNewSubmission", [ 'ngRoute', 'ngMessages', +var appDS2 = angular.module("GetLastRun", [ 'ngRoute', 'ngMessages', 'modalServices', 'ngCookies', 'b2b.att', 'gridster', 'ui.bootstrap', - 'ui.bootstrap.modal', 'App.Services' ]); \ No newline at end of file + 'ui.bootstrap.modal', 'App.Services', 'App.Config' ]);