Assign image keyname and pubkey at vnf level
[ccsdk/apps.git] / sdnr / wireless-transport / code-Carbon-SR1 / ux / mwtnFault / mwtnFault-module / src / main / resources / mwtnFault / templates / clearLogConfirmation.tpl.html
1
2 <div class="modal-header">
3         <h3 class="modal-title" id="modal-title">{{'Clear Log Confirmation' | translate}}</h3>
4 </div>
5 <div class="modal-body" id="modal-body">
6         <p>
7           <span>All alarm log entries will be deleted.</span>
8         </p>
9         <p>Please make sure, you have exported the log entries, otherwise they will get lost.</p>
10 </div>
11 <div class="modal-footer">
12         <button class="btn btn-primary" type="button" ng-click="ok()">
13        <i class="pull-left fa fa-spinner fa-pulse" ng-show="processing"></i>
14              <span>{{'Clear log' | translate}}</span>
15         </button>
16         <button class="btn btn-warning" type="button" ng-click="cancel()">{{'Cancel' | translate}}</button>
17 </div>