Assign image keyname and pubkey at vnf level
[ccsdk/apps.git] / sdnr / wireless-transport / code-Carbon-SR1 / ux / mwtnLog / mwtnLog-module / src / main / resources / mwtnLog / 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>All log entries  stored in the database will be deleted.</p>
7         <p>Please make, sure you have exported the log entries, otherwise they will get lost.</p>
8 </div>
9 <div class="modal-footer">
10         <button class="btn btn-primary" type="button" ng-click="ok()">{{'Clear log' | translate}}</button>
11         <button class="btn btn-warning" type="button" ng-click="cancel()">{{'Cancel' | translate}}</button>
12 </div>