diff options
author | Eylon Malin <eylon.malin@intl.att.com> | 2019-08-07 12:04:04 +0300 |
---|---|---|
committer | Eylon Malin <eylon.malin@intl.att.com> | 2019-08-07 12:04:04 +0300 |
commit | 340fb1493f0fd39374b23739df5ba2cfba41dc30 (patch) | |
tree | 9817581ec05f82ea16de5ef488ad7f23e16a2dd7 /vid-app-common/src/main/webapp/WEB-INF/defs | |
parent | d506921fc02e398dbe27f9ba113928e9264b1bdc (diff) |
removing unused ViewLog Controller and jsp
Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I7d5cdd0091e2c67adc617894386a58a89046880e
Diffstat (limited to 'vid-app-common/src/main/webapp/WEB-INF/defs')
-rwxr-xr-x | vid-app-common/src/main/webapp/WEB-INF/defs/definitions.xml | 7 |
1 files changed, 1 insertions, 6 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>
|