diff options
author | jin xin <j00101220@huawei.com> | 2016-11-02 03:39:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@open-o.org> | 2016-11-02 03:39:10 +0000 |
commit | 91c248a2819a71e9d9f1c394fa1bfbd77826c244 (patch) | |
tree | d4806060f6e0d00cba361c1bfe4b7df19444f705 | |
parent | a4593cc4d9e301b5e7c05101a9f7d621f35c9c58 (diff) | |
parent | 1b07e926628e64e368945722b3472831ef69a49a (diff) |
Merge "ME of Port should be mandatory param."
-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"
|