diff options
author | lizi <li.zi30@zte.com.cn> | 2017-09-27 17:13:54 +0800 |
---|---|---|
committer | lizi <li.zi30@zte.com.cn> | 2017-09-27 17:13:54 +0800 |
commit | de14cd3aab39bd766241974b982b35ec67114058 (patch) | |
tree | 95ec27558b5d26d145997b9d7741a0b2de8ab550 /portal/src/main/webapp/extsys/sdncontroller | |
parent | 53b32f46b94c7ff938159d6d18369d3f4f3a8f1f (diff) |
Fix the parameter name shows in portal.
Fix the parameter name shows in portal. Fix the msb register issue.
Change-Id: Idca08dd08fca84a6cec7709da70e167e2291812e
Issue-ID: AAI-392
Signed-off-by: lizi <li.zi30@zte.com.cn>
Diffstat (limited to 'portal/src/main/webapp/extsys/sdncontroller')
-rw-r--r-- | portal/src/main/webapp/extsys/sdncontroller/sdncView.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/portal/src/main/webapp/extsys/sdncontroller/sdncView.html b/portal/src/main/webapp/extsys/sdncontroller/sdncView.html index f9f909d..05a3e4f 100644 --- a/portal/src/main/webapp/extsys/sdncontroller/sdncView.html +++ b/portal/src/main/webapp/extsys/sdncontroller/sdncView.html @@ -109,7 +109,7 @@ </div> <div class="form-group"> <label class="control-label col-sm-3"> - <span>ProductName</span> + <span>Product Name</span> </label> <div class="col-sm-7"> <input class="form-control" ms-duplex="currentElement.productName" name="productName"/> @@ -129,7 +129,7 @@ </div> <div class="form-group" ms-if="'DC' == currentElement.type" id="sdncLocation"> <label class="control-label col-sm-3"> - <span>location</span> + <span>Location</span> </label> <div class="col-sm-7"> <input class="form-control" ms-duplex="currentElement.location" name="location"/> |