diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-11-10 15:43:35 -0800 |
---|---|---|
committer | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2017-11-10 15:45:32 -0800 |
commit | f11f26d23dabde24b0bcd67ac81b094aa89eb6c9 (patch) | |
tree | 500546f6f553b049eb9ac146e7c8359d073fbf7a /utils/test/testapi/opnfv_testapi/ui/profile/importPubKeyModal.html | |
parent | 122cf34bf3e656e1b7fa35e07dd8a71e42ed4d59 (diff) |
Remove 'utils/test' Directory and update INFO
utils/test has been migrated to the releng-testresults repo
Change-Id: If14a30e6abed1424d1e00b0fae048b7d869ec99b
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'utils/test/testapi/opnfv_testapi/ui/profile/importPubKeyModal.html')
-rw-r--r-- | utils/test/testapi/opnfv_testapi/ui/profile/importPubKeyModal.html | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/utils/test/testapi/opnfv_testapi/ui/profile/importPubKeyModal.html b/utils/test/testapi/opnfv_testapi/ui/profile/importPubKeyModal.html deleted file mode 100644 index 0f55c27fd..000000000 --- a/utils/test/testapi/opnfv_testapi/ui/profile/importPubKeyModal.html +++ /dev/null @@ -1,27 +0,0 @@ -<div class="modal-header"> - <h4>Import Public Key</h4> - <p>Instructions for adding a public key and signature can be found - <a href="https://github.com/openstack/refstack/blob/master/doc/source/uploading_private_results.rst#generate-ssh-keys-locally" - target="_blank" - title="How to generate and upload SSH key and signature with testapi-client">here. - </a> - </p> -</div> -<div class="modal-body container-fluid"> - <div class="row"> - <div class="col-md-2">Public Key</div> - <div class="col-md-9 pull-right"> - <textarea type="text" rows="10" cols="42" ng-model="modal.raw_key" required></textarea> - </div> - </div> - <div class="row"> - <div class="col-md-2">Signature</div> - <div class="col-md-9 pull-right"> - <textarea type="text" rows="10" cols="42" ng-model="modal.self_signature" required></textarea> - </div> - </div> - <div class="modal-footer"> - <button class="btn btn-warning btn-sm" ng-click="modal.cancel()">Cancel</button> - <button type="button" class="btn btn-default btn-sm" ng-click="modal.importPubKey()">Import Public Key</button> - </div> -</div> |