diff options
author | Seshu-Kumar-M <seshu.kumar.m@huawei.com> | 2016-11-02 11:12:59 +0800 |
---|---|---|
committer | Seshu-Kumar-M <seshu.kumar.m@huawei.com> | 2016-11-02 11:12:59 +0800 |
commit | 2eea0425c30eda13d545559e540a32ec4b54e0a1 (patch) | |
tree | 4eb8090a35f5da94479bd867f517ab641f69d3ed | |
parent | a9202771b7aaef66477ac25e8b89cd9efa5cc1c9 (diff) |
ME of the port should be a mandatory field for the create Port to work fine.
SDNO-832
Change-Id: Ia841f552aa0af1f570fbd8ab541aaea2ff5a2b3f
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
-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..6ce2ecb8 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"
|