-
Notifications
You must be signed in to change notification settings - Fork 14
/
pentaho-5.0-personalizacao.txt
98 lines (68 loc) · 2.46 KB
/
pentaho-5.0-personalizacao.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
Personalização básica para colocar em produção
1) Alterar o logo da página inicial do BI Server 5.0.1
Na pasta:
biserver-ce-5.0.1-stable/biserver-ce/pentaho-solutions/system/common-ui/resources/themes/images/
Edite a imagem:
puc-login-logo.png
Caminho completo (Arquivo):
biserver-ce-5.0.1-stable/biserver-ce/pentaho-solutions/system/common-ui/resources/themes/images/puc-login-logo.png
Caminho completo (Web):
http://localhost:8080/pentaho/content/common-ui/resources/themes/images/puc-login-logo.png
Reiniciar o BI Server caso necessário.
2) Remover o Botão Login as an Evaluator
Na pasta:
biserver-ce-5.0.1-stable/biserver-ce/tomcat/webapps/pentaho/jsp
Editar o arquivo PUCLogin.jsp
Comentar o código abaixo:
<code>
<div id="eval-users-toggle-container">
<%
if (showUsers) {
%>
<div id="eval-users-toggle" onClick="toggleEvalPanel()">
<div><%=Messages.getInstance().getString("UI.PUC.LOGIN.EVAL_LOGIN")%></div>
<div id="eval-arrow" class="closed"></div>
</div>
<%
} else {
%>
<%
}
%>
</div>
</code>
Ficando:
<code>
<!--
IT4biz - Remove o Botão Login as an Evaluator
<div id="eval-users-toggle-container">
<%
if (showUsers) {
%>
<div id="eval-users-toggle" onClick="toggleEvalPanel()">
<div><%=Messages.getInstance().getString("UI.PUC.LOGIN.EVAL_LOGIN")%></div>
<div id="eval-arrow" class="closed"></div>
</div>
<%
} else {
%>
<%
}
%>
</div>
-->
</code>
Não é necessário reiniciar
3) Editar a imagem de fundo da tela de login:
/Applications/Pentaho/biserver-ce-5.0.1-stable/biserver-ce/pentaho-solutions/system/common-ui/resources/themes/crystal/images/
arquivo:
login-crystal-bg.jpeg
4) Alterar a tela interna (Home)
biserver-ce-5.0.1-stable/biserver-ce/tomcat/webapps/pentaho/mantle/home/content/welcome/index.html
Ou
biserver-ce-5.0.1-stable/biserver-ce/tomcat/webapps/pentaho/mantle/home/index.jsp
Arquivo de exemplo:
https://github.com/it4biz/training/blob/master/index.html
Substitua o arquivo biserver-ce-5.0.1-stable/biserver-ce/tomcat/webapps/pentaho/mantle/home/content/welcome/index.html pelo arquivo https://github.com/it4biz/training/blob/master/index.html