diff options
author | jin xin <j00101220@huawei.com> | 2016-11-02 03:39:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@open-o.org> | 2016-11-02 03:39:42 +0000 |
commit | 6549955f2c70c284af8e10c280c8f13de750f678 (patch) | |
tree | 83f6535f3fe7d29c7c97fc1e36198b5ad3a86e1a | |
parent | 339072b3cba68925586f701db21b0f0ce5072bf9 (diff) | |
parent | 2eea0425c30eda13d545559e540a32ec4b54e0a1 (diff) |
Merge "ME of the port should be a mandatory field for the create Port to work fine." into sun
-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"
|