summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthuva4 <tharma.thuva@gmail.com>2018-04-08 12:22:33 +0530
committerThuvarakan Tharmarajasingam <tharma.thuva@gmail.com>2018-04-09 06:46:29 +0000
commit4c89b973b1ef77ea9f187f70b13179cb351ca461 (patch)
treed0084ec6d6ff68d04254d7bb1bca58938e4c9ef5
parentf3fb89a2d0f32ad4deeac418aed543630045cea5 (diff)
Add helpblock for create custom modal
JIRA: RELENG-376 Change-Id: Idacd66809c43e08e0eefb030e6121476a84dcb61 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
-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>