aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/webapp/app/vid/scripts/modals/failed-change-management
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2019-04-01 13:17:42 +0300
committerIttay Stern <ittay.stern@att.com>2019-04-01 13:17:42 +0300
commit99f537f2af25e2810ff39077d3d49fadff6272ff (patch)
treecbdf4c0f6bbf482bcdd88f9f015e54cbdc677833 /vid-app-common/src/main/webapp/app/vid/scripts/modals/failed-change-management
parent92c875958080d6e3039952b3ea3f8deab704ea51 (diff)
Display Manual Task description in actions popup
Change-Id: I3aa990785b340cdff647154016ae6078aabc3ee7 Issue-ID: VID-403 Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'vid-app-common/src/main/webapp/app/vid/scripts/modals/failed-change-management')
-rw-r--r--vid-app-common/src/main/webapp/app/vid/scripts/modals/failed-change-management/failed-change-management.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/modals/failed-change-management/failed-change-management.html b/vid-app-common/src/main/webapp/app/vid/scripts/modals/failed-change-management/failed-change-management.html
index 11d73e26e..4a4a3cfec 100644
--- a/vid-app-common/src/main/webapp/app/vid/scripts/modals/failed-change-management/failed-change-management.html
+++ b/vid-app-common/src/main/webapp/app/vid/scripts/modals/failed-change-management/failed-change-management.html
@@ -21,13 +21,13 @@
<link rel="stylesheet" type="text/css" href="app/vid/styles/modal-create-new.css" />
<link rel="stylesheet" type="text/css" href="app/vid/scripts/modals/failed-change-management/failed-change-management.css" />
<link rel="stylesheet" type="text/css" href="app/vid/scripts/modals/css/manual-task-popup.css" />
-<div class="modal-header">
- <h3 class="modal-title" id="failed-modal-header">{{vm.requestState || 'Failed' }}</h3>
- <span id="cancel" ng-click="vm.close()" class="pull-right modal-close" aria-hidden="true">&times;</span>
-</div>
-<div class="modal-body">
- <span id="failed-modal-content">{{vm.content}}</span>
-</div>
-<div class="modal-footer">
- <div ng-include="'app/vid/scripts/modals/change-management-manual-tasks-controller/change-management-manual-tasks.html'"></div>
-</div>
+<div>
+ <div class="modal-header">
+ <h3 class="modal-title" id="failed-modal-header">{{vm.requestState || 'Failed' }}</h3>
+ <span id="cancel" ng-click="vm.close()" class="pull-right modal-close" aria-hidden="true">&times;</span>
+ </div>
+ <div class="modal-body">
+ <span id="failed-modal-content">{{vm.content}}</span>
+ </div>
+ <div ng-include="'app/vid/scripts/modals/change-management-manual-tasks-controller/change-management-manual-tasks.html'" />
+</div> \ No newline at end of file