summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerena Feng <feng.xiaowei@zte.com.cn>2018-04-10 01:27:45 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-04-10 01:27:45 +0000
commit62d874a5777f47aacd8a2ac7116b7a1f8316ac25 (patch)
treea51a6fd8c0f4a9a26da047e299d823ac5594d764
parent0ef1b046faf349bbd6f6c7bda669d4ad095ae538 (diff)
parent4c89b973b1ef77ea9f187f70b13179cb351ca461 (diff)
Merge "Add helpblock for create custom modal"
-rw-r--r--testapi/opnfv_testapi/ui/components/scenarios/modals/customModal.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/testapi/opnfv_testapi/ui/components/scenarios/modals/customModal.html b/testapi/opnfv_testapi/ui/components/scenarios/modals/customModal.html
index 0cd2663..4225749 100644
--- a/testapi/opnfv_testapi/ui/components/scenarios/modals/customModal.html
+++ b/testapi/opnfv_testapi/ui/components/scenarios/modals/customModal.html
@@ -6,14 +6,16 @@
<legend>{{customModalCtrl.data.text}}</legend>
<div class="row">
<div class="update-project">
- <label for="cpid" class="control-label col-sm-4">Custom: </label>
+ <label for="cpid" class="control-label col-sm-2">Custom: </label>
<table cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td>
<div class="col-sm-12">
<input type="text" class="form-control" ng-model="customModalCtrl.custom"/>
- <p class="help-block"></p>
+ <p class="help-block">
+ Please separate multiple customs with space or comma
+ </p>
</div>
</td>
</tr>