summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE-os/client/index.html
diff options
context:
space:
mode:
authorChristopher Lott (cl778h) <clott@research.att.com>2017-08-23 18:27:19 -0400
committerChristopher Lott (cl778h) <clott@research.att.com>2017-08-23 21:12:56 -0400
commit978dbcf0a196acbafad72fe1e2478ec0e384f02f (patch)
tree17e1ceaa4a12a599320cbb317947e990bf1a5383 /ecomp-portal-FE-os/client/index.html
parentbc7350dce5b7b1dcd1c472a3922b42c4ea99809d (diff)
Deliver centralized role management feature
Repair multiple defects also. Revise deployment to use docker-compose. Remove all zip archives. Issue: PORTAL-21, PORTAL-25, PORTAL-28, PORTAL-52, PORTAL-69, PORTAL-74, PORTAL-76, PORTAL-80, PORTAL-82 Change-Id: Ie72fec7d35ba78beb162bba6ed27b2caee340c61 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'ecomp-portal-FE-os/client/index.html')
-rw-r--r--ecomp-portal-FE-os/client/index.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/ecomp-portal-FE-os/client/index.html b/ecomp-portal-FE-os/client/index.html
index 16eba088..35715497 100644
--- a/ecomp-portal-FE-os/client/index.html
+++ b/ecomp-portal-FE-os/client/index.html
@@ -131,6 +131,7 @@
<div ui-view="tabbar"></div>
<div ng-show="ContentModel.IsVisible" class="slide">
<div ui-view="content"></div>
+ <div class="loadingLayer" id="loadLayer"></div>
<div ui-view="sidebar"></div>
<div ui-view="userbar" style="float:right"></div>
</div>
@@ -204,6 +205,7 @@
<script src="app/directives/search-users/search-users.controller.js"></script>
<script src="app/directives/search-users/search-users.directive.js"></script>
<script src="app/filters/elipsis/elipsis.filter.js"></script>
+ <script src="app/filters/pagination-start-from/start-from.filter.js"></script>
<script src="app/filters/trusted-url/trusted-url.filter.js"></script>
<script src="app/router.js"></script>
<script src="app/services/admins/admins.service.js"></script>
@@ -241,7 +243,6 @@
<script src="app/views/admins/admins.controller.js"></script>
<script src="app/views/applications/application-details-dialog/application-details.controller.js"></script>
<script src="app/views/applications/applications.controller.js"></script>
- <script src="app/views/catalog/add-catalog-dialogs/new-catalog.controller.js"></script>
<script src="app/views/catalog/catalog.controller.js"></script>
<script src="app/views/catalog/catalogconfirmation.controller.js"></script>
<script src="app/views/confirmation-box/confirmation-box.controller.js"></script>
@@ -255,6 +256,7 @@
<script src="app/views/functionalMenu/jqTreeContextMenu.js"></script>
<script src="app/views/header/header.controller.js"></script>
<script src="app/views/header/profile-edit-dialogs/profile-edit.controller.js"></script>
+ <script src="app/views/headerRecommendation/headerRecommendations.controller.js"></script>
<script src="app/views/microservice-onboarding/microservice-add-details/microservice-add-details.js"></script>
<script src="app/views/microservice-onboarding/microservice-onboarding.controller.js"></script>
<script src="app/views/notification-history/notificationhistory.controller.js"></script>
@@ -271,8 +273,8 @@
<script src="app/views/support/contact-us/contact-us.controller.js"></script>
<script src="app/views/support/get-access/get-access.controller.js"></script>
<script src="app/views/tabs/tabs.controller.js"></script>
- <script src="app/views/user-notifications-admin/user.notifications.Json.details.controller.js"></script>
<script src="app/views/user-notifications-admin/user.notifications.controller.js"></script>
+ <script src="app/views/user-notifications-admin/user.notifications.json.details.controller.js"></script>
<script src="app/views/user-notifications-admin/user.notifications.modal.controller.js"></script>
<script src="app/views/userbar/userbar.controller.js"></script>
<script src="app/views/users/new-user-dialogs/bulk-user.controller.js"></script>