Yaniv Dary has uploaded a new change for review. Change subject: reports: fixed misbranded resources ......................................................................
reports: fixed misbranded resources Change-Id: I60fa180002e28db89d6e2df71922270b082b676c Signed-off-by: Yaniv Dary <[email protected]> --- M manifest/ovirt-reports-manifest.csv M server-customizations/WEB-INF/decorators/decorator.jsp M server-customizations/WEB-INF/decorators/minimalDecorator.jsp M server-customizations/WEB-INF/jsp/modules/login/login.jsp 4 files changed, 7 insertions(+), 7 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-reports refs/changes/56/11656/1 diff --git a/manifest/ovirt-reports-manifest.csv b/manifest/ovirt-reports-manifest.csv index 2c59b1b..3ec8c21 100644 --- a/manifest/ovirt-reports-manifest.csv +++ b/manifest/ovirt-reports-manifest.csv @@ -1,6 +1,6 @@ Artifact,URL,Name,License,Owner,Affiliate,Provided By,License URL,Crypto,Comments,Target -ChartsCustomizers,,Chart Customization for oVirt Reports,ASL,Yaniv Dary,Self Jar,Us,,0,,compile\deploy -ReportsLineBarChartTheme,,Chart Theme for RHEVM Reports (No Java Content),ASL,Yaniv Dary,Self Jar,Us,,0,,compile\deploy -ReportsPieChartTheme,,Chart Theme for RHEVM Reports (No Java Content),ASL,Yaniv Dary,Self Jar,Us,,0,,compile\deploy -WebadminLineBarChartTheme,,Chart Theme for RHEVM Reports (No Java Content),ASL,Yaniv Dary,Self Jar,Us,,0,,compile\deploy +ChartsCustomizers,,Chart Customization for oVirt Engine Reports,ASL,Yaniv Dary,Self Jar,Us,,0,,compile\deploy +ReportsLineBarChartTheme,,Chart Theme for oVirt Engine Reports (No Java Content),ASL,Yaniv Dary,Self Jar,Us,,0,,compile\deploy +ReportsPieChartTheme,,Chart Theme for oVirt Engine Reports (No Java Content),ASL,Yaniv Dary,Self Jar,Us,,0,,compile\deploy +WebadminLineBarChartTheme,,Chart Theme for oVirt Engine Reports (No Java Content),ASL,Yaniv Dary,Self Jar,Us,,0,,compile\deploy EngineAuthentication,,JRS Webadmin SSO Jar,ASL,Yaniv Dary,Self Jar,Us,,0,,compile\deploy diff --git a/server-customizations/WEB-INF/decorators/decorator.jsp b/server-customizations/WEB-INF/decorators/decorator.jsp index 28e4138..0bc058e 100644 --- a/server-customizations/WEB-INF/decorators/decorator.jsp +++ b/server-customizations/WEB-INF/decorators/decorator.jsp @@ -37,7 +37,7 @@ <html> <head> - <title>RHEVM Reports: <decorator:title /></title> + <title>oVirt Engine Reports: <decorator:title /></title> <meta http-equiv="Content-Type" content="text/html; charset=${requestScope['com.jaspersoft.ji.characterEncoding']}"> <meta http-equiv="X-UA-Compatible" content="IE=8"/> <link rel="shortcut icon" href="favicon.ico" /> diff --git a/server-customizations/WEB-INF/decorators/minimalDecorator.jsp b/server-customizations/WEB-INF/decorators/minimalDecorator.jsp index bb1fb53..63008f8 100644 --- a/server-customizations/WEB-INF/decorators/minimalDecorator.jsp +++ b/server-customizations/WEB-INF/decorators/minimalDecorator.jsp @@ -33,7 +33,7 @@ <html> <head> - <title>RHEVM reports: <decorator:title/></title> + <title>oVirt Engine reports: <decorator:title/></title> <meta http-equiv="Content-Type" content="text/html; charset=${requestScope['com.jaspersoft.ji.characterEncoding']}"> <meta http-equiv="X-UA-Compatible" content="IE=8"/> <link rel="shortcut icon" href="favicon.ico"/> diff --git a/server-customizations/WEB-INF/jsp/modules/login/login.jsp b/server-customizations/WEB-INF/jsp/modules/login/login.jsp index 4f5fd34..bb58003 100644 --- a/server-customizations/WEB-INF/jsp/modules/login/login.jsp +++ b/server-customizations/WEB-INF/jsp/modules/login/login.jsp @@ -177,7 +177,7 @@ <c:if test="${isProVersion}"> <li><span class="emphasis">superuser</span> <spring:message code='LOGIN_SUPERUSER_USER'/></li> </c:if> - <li><span class="emphasis">rhevm-admin</span> <spring:message code='LOGIN_ADMIN_USER'/></li> + <li><span class="emphasis">ovirt-admin</span> <spring:message code='LOGIN_ADMIN_USER'/></li> </ul> <p class="message"><spring:message code='CONTACT_ADMIN'/>.</p> </t:putAttribute> -- To view, visit http://gerrit.ovirt.org/11656 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I60fa180002e28db89d6e2df71922270b082b676c Gerrit-PatchSet: 1 Gerrit-Project: ovirt-reports Gerrit-Branch: master Gerrit-Owner: Yaniv Dary <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
