Merge "Add qtip job to pod zte-virtual6"
[releng.git] / utils / test / testapi / opnfv_testapi / ui / profile / showPubKeyModal.html
1 <div class="modal-header">
2     <h4>Public Key</h4>
3 </div>
4 <div class="modal-body container-fluid">
5     <textarea type="text" rows="10" cols="67" readonly="readonly">{{modal.rawKey}}</textarea>
6     <div class="modal-footer">
7         <button class="btn btn-warning" ng-click="modal.cancel()">Cancel</button>
8         <button type="button" class="btn btn-danger btn-sm" ng-click="modal.deletePubKey() "
9                 confirm="Are you sure you want to delete this public key? You will lose management access to any test results signed with this key.">Delete</button>
10     </div>
11 </div>