我想将浏览文件页面设置为Pentaho BI服务器的主页。 默认情况下,我们需要单击“浏览文件”按钮以查看我们的文件。我想在我的主页上看到我的文件
有人可以帮助我吗?
答案 0 :(得分:5)
1。)在文本编辑器中打开pentaho-solutions/system/default-plugin/plugin.xml
文件。
2.)将browser.perspective layout-priority
从-1更改为-3,如下所示:
来自:
<perspective id="browser.perspective" title="${browse}" layout-priority="-1"
resourcebundle="content/default-plugin/resources/messages/messages" content-url="mantle/browser">
致:
<perspective id="browser.perspective" title="${browse}" layout-priority="-3"
resourcebundle="content/default-plugin/resources/messages/messages" content-url="mantle/browser">
用户登录时会显示最低编号。
注意:执行上述步骤后,重新启动BA-Server