diff options
author | seshukm <seshu.kumar.m@huawei.com> | 2017-04-03 14:24:54 +0530 |
---|---|---|
committer | seshukm <seshu.kumar.m@huawei.com> | 2017-04-03 14:26:07 +0530 |
commit | 3d86543420c08d5cb7a153778538f8baf257e2f9 (patch) | |
tree | 513d70b1a5f94da591cb54cbf7c439d382424f5c /resmgr | |
parent | f2ee4ad9d4b60645a43cb1ae0dd5e12a4da6c3d6 (diff) |
headers
IssueId : CLIENT-189
Change-Id: I7399f38acb892aeb1505361bf4fd936d9e390355
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Diffstat (limited to 'resmgr')
4 files changed, 4 insertions, 4 deletions
diff --git a/resmgr/src/main/webapp/resmgr/sdn-resmgr/link/link.html b/resmgr/src/main/webapp/resmgr/sdn-resmgr/link/link.html index 45964671..4acae5dc 100644 --- a/resmgr/src/main/webapp/resmgr/sdn-resmgr/link/link.html +++ b/resmgr/src/main/webapp/resmgr/sdn-resmgr/link/link.html @@ -81,7 +81,7 @@ <div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
- <h5 class="modal-title">Modal Header</h5>
+ <h5 class="modal-title">Create Link</h5>
</div>
<form name="linkForm" method="post"><!--ng-submit="saveData(province.id)"-->
<div class="modal-body">
diff --git a/resmgr/src/main/webapp/resmgr/sdn-resmgr/ne/ne.html b/resmgr/src/main/webapp/resmgr/sdn-resmgr/ne/ne.html index 37b4a132..12eeb97b 100644 --- a/resmgr/src/main/webapp/resmgr/sdn-resmgr/ne/ne.html +++ b/resmgr/src/main/webapp/resmgr/sdn-resmgr/ne/ne.html @@ -79,7 +79,7 @@ <div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
- <h5 class="modal-title">Modal Header</h5>
+ <h5 class="modal-title">Create Me</h5>
</div>
<form name="neForm" method="post">
<div class="modal-body">
diff --git a/resmgr/src/main/webapp/resmgr/sdn-resmgr/port/port.html b/resmgr/src/main/webapp/resmgr/sdn-resmgr/port/port.html index 43d40a81..31f48b46 100644 --- a/resmgr/src/main/webapp/resmgr/sdn-resmgr/port/port.html +++ b/resmgr/src/main/webapp/resmgr/sdn-resmgr/port/port.html @@ -81,7 +81,7 @@ <div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
- <h5 class="modal-title">Modal Header</h5>
+ <h5 class="modal-title">Create Port</h5>
</div>
<form name="portForm" method="post">
<div class="modal-body">
diff --git a/resmgr/src/main/webapp/resmgr/sdn-resmgr/site/site.html b/resmgr/src/main/webapp/resmgr/sdn-resmgr/site/site.html index 3d9da037..51cbe2b4 100644 --- a/resmgr/src/main/webapp/resmgr/sdn-resmgr/site/site.html +++ b/resmgr/src/main/webapp/resmgr/sdn-resmgr/site/site.html @@ -70,7 +70,7 @@ <div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
- <h5 class="modal-title">Modal Header</h5>
+ <h5 class="modal-title">Create Site</h5>
</div>
<form name="siteForm" method="post">
<div class="modal-body">
|