diff options
author | Seshu-Kumar-M <seshu.kumar.m@huawei.com> | 2016-11-02 11:15:46 +0800 |
---|---|---|
committer | Seshu-Kumar-M <seshu.kumar.m@huawei.com> | 2016-11-02 11:15:46 +0800 |
commit | 1b07e926628e64e368945722b3472831ef69a49a (patch) | |
tree | 954243abe06c2e206cd7ae6d1360449ecb24e66c /openo-portal/portal-resmgr/src/main | |
parent | f1da4b9a6e079682e6fe5a6f1ff3b30591caf6fe (diff) |
ME of Port should be mandatory param.
SDNO-832
Change-Id: Ic779036ef40ca816f851a06b97069232602e26dd
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
Diffstat (limited to 'openo-portal/portal-resmgr/src/main')
-rw-r--r-- | openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/port.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/port.html b/openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/port.html index dbed9f8d..da7a5cfd 100644 --- a/openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/port.html +++ b/openo-portal/portal-resmgr/src/main/webapp/resmgr-sdn/port.html @@ -277,6 +277,7 @@ <div class="form-group" ms-class="has-error:vmAppDialog.name==''">
<label class="col-sm-3 control-label">
<span>ME</span>
+ <span class="required">*</span>
</label>
<div class="col-sm-7">
<input type="text" id="meID" name="meID" class="form-control"
|