Saiku操作界面的简化


在安装完毕Saiku后,由于是社区版本,所以界面上存在很多升级为商业版的文字。为了使得系统不那么碍眼,可通过如下方式更改来去除相应的内容:

1、去除查询页面的升级为商业版的提示
You are using Saiku Community Edition, please consider upgrading to Saiku Enterprise, or entering a sponsorship agreement with us to support development. [email protected]
修改方法如下:

saiku-server/tomcat/webapps/ROOT 目录下找到index.html文件,注释或者删除如下内容:


saiku-server/tomcat/webapps/ROOT/js/saiku/views 目录下找到 Upgrade.js 文件,找到如下代码注释或者删除:

$(self.workspace.el).find('.upgrade').append("....");

2、去除登陆页面的Evaluation Login
saiku-server/tomcat/webapps/ROOT/js/saiku/views 目录下找到 LoginForm.js 文件,找到如下代码注释或者删除:

"<% if (Settings.EVALUATION_PANEL_LOGIN) { %>" +
"
" + "Evaluation Login" + "" + "
" + "<% } %>" +

3、去除导航栏中无用按钮:
saiku-server/tomcat/webapps/ROOT 目录下找到index.html文件,注释或者删除如下内容:

  • 4、去除导航栏中无用按钮:帮助改进翻译
    saiku-server/tomcat/webapps/ROOT/js/saiku/plugins/I18n 目录下找到plugin.js文件,注释或者删除如下内容:

    " + "Your name: " + "

    Please fill in the appropriate translation in the blanks provided:

    " + "<% _.each(translation_table, function(val, key) { %>" + "

    <%= key %>
    " + "" + "
    " + "<% }); %>" + "
    " + "

    5、去除登陆后的欢迎页面
    saiku-server/tomcat/webapps/ROOT/js/saiku/views 目录下找到 SplashScreen.js 文件,找到如下代码注释或者删除:

    Saiku

    Saiku has the power to change the way you think about your business and make decisions. Saiku provides powerful, web based analytics for everyone in your organisation. Quickly and easily analyse data from any data source to discover what is really happening inside and outside your organisation.

    Quick Links

    Get Enterprise

    News

    Saiku

    Features

    Web Based Analysis

    Saiku provides the user with an entirely browser based experience. We support all modern browsers, and our user interface is 100% HTML and Javascript.
    Saiku uses REST based communications, this allows the development of custom user interfaces and facilitates the easy integration of the Saiku Server into other applications and services.

    Standards Compliant

    Saiku is based upon the Microsoft MDX query language and will work on most JDBC compliant data sources. We also provide a number of connectors to NOSQL data sources.

    Dynamic charting

    Saiku uses a flexible charting engine to provide a wide range of charts and graphs. These are all HTML & Javascript only and don't require flash to be installed on the computer.

    Pluggable visualisation engine

    Saiku Enterprise boasts a fully pluggable visualisation engine. This allows developers to build third party extensions and plug them into Saiku Enterprise to extend or replace the existing visualisations.

    Saiku

    Help

    We provide Training, Consulting and Support to ensure you get the most from Saiku and your data. Our services cover all aspects of data analysis including data strategy, design, architecture, deployment and application/software support.

    Wiki Forums Support
    Why not try our new Wiki site
    for community documentation.
    We also have our new forums
    for help and support.
    If you require more,
    contact us for support!.

    Saiku

    Enterprise

    Saiku Enterprise is our fully supported and tested server and Pentaho plugin system. Buy Saiku Enterprise from as little as $15 per user per month and enjoy the addtional features Saiku Enterprise has to offer

    To find out more visit our site or schedule a call with one of us and we can show you why you should choose Saiku Enterprise!

    6、删除其他无关代码
    saiku-server/tomcat/webapps/ROOT 目录下找到index.html文件,注释或者删除如下内容:

    
    
    

    删除原因:ga.js是GA代码,用于统计的。livereload.js本身是不存在的,请求一直是404。

    7、修改或者删除LOGO
    saiku-server/tomcat/webapps/ROOT 目录下找到index.html文件,修改或者删除如下内容:

    Saiku

    其他修改暂无整理。

    你可能感兴趣的:(Saiku操作界面的简化)