diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-08-07 09:17:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-07 09:17:13 +0000 |
commit | 12b7509555b1932b90ed7889d62b100557b603eb (patch) | |
tree | 47bb3c21df5ce766d12273569f477e7c4cebaa41 /vid-app-common/src/main/webapp/WEB-INF | |
parent | 943d158b18264860870887f7b5a78bf41036ad10 (diff) | |
parent | 340fb1493f0fd39374b23739df5ba2cfba41dc30 (diff) |
Merge "removing unused ViewLog Controller and jsp"
Diffstat (limited to 'vid-app-common/src/main/webapp/WEB-INF')
-rwxr-xr-x | vid-app-common/src/main/webapp/WEB-INF/defs/definitions.xml | 7 | ||||
-rwxr-xr-x | vid-app-common/src/main/webapp/WEB-INF/fusion/defs/definitions.xml | 5 |
2 files changed, 1 insertions, 11 deletions
diff --git a/vid-app-common/src/main/webapp/WEB-INF/defs/definitions.xml b/vid-app-common/src/main/webapp/WEB-INF/defs/definitions.xml index 0355f66c8..fafd1adbc 100755 --- a/vid-app-common/src/main/webapp/WEB-INF/defs/definitions.xml +++ b/vid-app-common/src/main/webapp/WEB-INF/defs/definitions.xml @@ -4,12 +4,7 @@ "http://tiles.apache.org/dtds/tiles-config_3_0.dtd">
<tiles-definitions>
- <definition extends="ebz_template" name="viewlog">
- <put-attribute name="body" value="/WEB-INF/jsp/viewlog.jsp"></put-attribute>
- <put-attribute name="viewName" value="viewlog"></put-attribute>
- </definition>
-
- <definition extends="ebz_template" name="serviceModels">
+ <definition extends="ebz_template" name="serviceModels">
<put-attribute name="body" value="/WEB-INF/jsp/serviceModels.jsp"></put-attribute>
<put-attribute name="viewName" value="serviceModels"></put-attribute>
</definition>
diff --git a/vid-app-common/src/main/webapp/WEB-INF/fusion/defs/definitions.xml b/vid-app-common/src/main/webapp/WEB-INF/fusion/defs/definitions.xml index 3d4c701a4..3e0155b4f 100755 --- a/vid-app-common/src/main/webapp/WEB-INF/fusion/defs/definitions.xml +++ b/vid-app-common/src/main/webapp/WEB-INF/fusion/defs/definitions.xml @@ -60,11 +60,6 @@ <put-attribute name="viewName" value="menu"></put-attribute>
</definition>
- <definition extends="ebz_template" name="viewlog">
- <put-attribute name="body" value="/WEB-INF/jsp/viewlog.jsp"></put-attribute>
- <put-attribute name="viewName" value="viewlog"></put-attribute>
- </definition>
-
<definition extends="ebz_template" name="serviceModels">
<put-attribute name="body" value="/WEB-INF/jsp/serviceModels.jsp"></put-attribute>
<put-attribute name="viewName" value="serviceModels"></put-attribute>
|