aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/webapp/app/vid/scripts/modals/alert-new-scheduler/alert-new-scheduler.html
blob: e6255cf36d919491502dabfa9e90e9086360412b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<link rel="stylesheet" type="text/css" href="app/vid/scripts/modals/new-change-management/new-change-management.css" />
<link rel="stylesheet" type="text/css" href="app/vid/scripts/modals/alert-change-management/alert-change-management.css" />
<div class="modal-header">
    <h3 class="modal-title" id="alert-modal-header">Response From Server</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="alert-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>