diff options
Diffstat (limited to 'ecomp-sdk/epsdk-app-overlay/src/main/webapp/WEB-INF/fusion/defs')
-rw-r--r-- | ecomp-sdk/epsdk-app-overlay/src/main/webapp/WEB-INF/fusion/defs/definitions.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ecomp-sdk/epsdk-app-overlay/src/main/webapp/WEB-INF/fusion/defs/definitions.xml b/ecomp-sdk/epsdk-app-overlay/src/main/webapp/WEB-INF/fusion/defs/definitions.xml index 2e9c8bf..14a59ea 100644 --- a/ecomp-sdk/epsdk-app-overlay/src/main/webapp/WEB-INF/fusion/defs/definitions.xml +++ b/ecomp-sdk/epsdk-app-overlay/src/main/webapp/WEB-INF/fusion/defs/definitions.xml @@ -105,6 +105,9 @@ <definition name="welcome" template="/app/fusion/scripts/DS2-view-models/welcome.html" /> + <definition name="bootstrap_sample" + template="/app/fusion/scripts/DS2-view-models/bootstrap-sample-page.html" /> + <definition extends="ds2_template" name="report_wizard"> <put-attribute name="body" value="/WEB-INF/fusion/raptor/report_wizard.jsp"></put-attribute> |