diff options
Diffstat (limited to 'lifecyclemgr/src/main/webapp/lifecyclemgr/index.html')
-rw-r--r-- | lifecyclemgr/src/main/webapp/lifecyclemgr/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lifecyclemgr/src/main/webapp/lifecyclemgr/index.html b/lifecyclemgr/src/main/webapp/lifecyclemgr/index.html index d695eaca..ad6a359d 100644 --- a/lifecyclemgr/src/main/webapp/lifecyclemgr/index.html +++ b/lifecyclemgr/src/main/webapp/lifecyclemgr/index.html @@ -11,7 +11,6 @@ <link rel="stylesheet" href="https://unpkg.com/ng-table@2.0.2/bundles/ng-table.min.css"> <link href="css/open-ostyle.css" rel="stylesheet"/> <link href="css/style.css" rel="stylesheet"/> - <script src="js/angular.min.js"></script> <script src="http://angular-ui.github.io/bootstrap/ui-bootstrap-tpls-0.11.0.js"></script> <script src="js/angular-ui-router.min.js"></script> @@ -22,6 +21,7 @@ <script src="js/app.js"></script> <script src="js/DataService.js"></script> <script src="js/mustache.js"></script> + <script src="js/bootbox.min.js"></script> </head> <body ng-app="lcApp" onload="loadTemplate()"> |