diff options
author | thuva4 <tharma.thuva@gmail.com> | 2018-04-08 12:22:33 +0530 |
---|---|---|
committer | Thuvarakan Tharmarajasingam <tharma.thuva@gmail.com> | 2018-04-09 06:46:29 +0000 |
commit | 4c89b973b1ef77ea9f187f70b13179cb351ca461 (patch) | |
tree | d0084ec6d6ff68d04254d7bb1bca58938e4c9ef5 /testapi/opnfv_testapi/ui/components/scenarios/modals | |
parent | f3fb89a2d0f32ad4deeac418aed543630045cea5 (diff) |
Add helpblock for create custom modal
JIRA: RELENG-376
Change-Id: Idacd66809c43e08e0eefb030e6121476a84dcb61
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
Diffstat (limited to 'testapi/opnfv_testapi/ui/components/scenarios/modals')
-rw-r--r-- | testapi/opnfv_testapi/ui/components/scenarios/modals/customModal.html | 6 |
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> |