diff options
author | xudan <xudan16@huawei.com> | 2018-07-05 22:37:35 -0400 |
---|---|---|
committer | Georg Kunz <georg.kunz@ericsson.com> | 2018-07-25 09:17:09 +0000 |
commit | 58b91dd3baaaf72ab65062a4804403cd4a5935b2 (patch) | |
tree | 801b1f39b3bee25ecbaae387339955d55651e98b /cvp/3rd_party/static/testapi-ui/components/application/modal/confirmModal.html | |
parent | 947f1bf0147c40971fdae36feecd477ab3caf3b8 (diff) |
Move OVP web portal code to a separate repo
The new repo for web portal is https://gerrit.opnfv.org/gerrit/dovetail-webportal
JIRA: DOVETAIL-671
Change-Id: Iac085abc3d175b9a091d70d0448af56c7a6845e9
Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'cvp/3rd_party/static/testapi-ui/components/application/modal/confirmModal.html')
-rw-r--r-- | cvp/3rd_party/static/testapi-ui/components/application/modal/confirmModal.html | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/cvp/3rd_party/static/testapi-ui/components/application/modal/confirmModal.html b/cvp/3rd_party/static/testapi-ui/components/application/modal/confirmModal.html deleted file mode 100644 index 749315d0..00000000 --- a/cvp/3rd_party/static/testapi-ui/components/application/modal/confirmModal.html +++ /dev/null @@ -1,43 +0,0 @@ -<div> - <div class="row" style="margin-top:20px"> - <div class="col-sm-offset-1 col-sm-11"> - <div> - <label class="col-sm-3">Organization name: </label> - <input type="text" class="text col-sm-7 application-modal-text" ng-model="ctrl.organization_name" disabled> - </div> - <div> - <label class="col-sm-3">Organization website: </label> - <input type="text" class="text col-sm-7 application-modal-text" ng-model="ctrl.organization_web" disabled> - </div> - <div> - <label class="col-sm-3">Product name: </label> - <input type="text" class="text col-sm-7 application-modal-text" ng-model="ctrl.product_name" disabled> - </div> - <div> - <label class="col-sm-3">Product documentation: </label> - <input type="text" class="text col-sm-7 application-modal-text" ng-model="ctrl.product_categories" disabled> - </div> - <div> - <label class="col-sm-3">User ID: </label> - <input type="text" class="text col-sm-7 application-modal-text" ng-model="ctrl.user_id" disabled> - </div> - </div> - <div class="btn-group col-sm-offset-5 application-modal-button" role="group"> - <button type="button" class="btn btn-default" ng-click="ctrl.submitForm()">Confirm</button> - <button type="button" class="btn btn-default" style="margin-left:20px" ng-click="ctrl.cancelSubmit()">Cancel</button> - </div> - </div> -</div> - -<style> -.ngdialog.ngdialog-theme-default.custom-width-60 .ngdialog-content { - width: 50%; -} -.application-modal-text { - margin-bottom: 5px; -} -.application-modal-button { - margin-top: 10px; - margin-bottom: 20px; -} -</style> |