Skip to content

Commit d213f77

Browse files
committed
Resolvendo issue ufjf-dcc#151, subindo o navegador de páginas das listas
1 parent 8f3304d commit d213f77

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

WebContent/style.css

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ tbody.z-grid-emptybody td {
77
padding: 10px;
88
}
99

10+
.z-grid-body {
11+
height: fit-content !important;
12+
}
13+
1014
.error {
1115
color: #FF0000;
1216
}

config.txt

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Arquivo de Configuração
2+
3+
#GENERAL.URL = http://monografias.ice.ufjf.br/tcc-web
4+
5+
GENERAL.URL = localhost:8080/tccwebteste
6+
7+
8+
9+
# Hibernate
10+
HIBERNATE.DRIVE = com.mysql.jdbc.Driver
11+
12+
HIBERNATE.DIALECT = org.hibernate.dialect.MySQLDialect
13+
14+
15+
HIBERNATE.DB = jdbc:mysql://localhost/tcc_web
16+
17+
HIBERNATE.USER = root
18+
19+
HIBERNATE.PASS = 1234
20+
21+
22+
23+
# Integra
24+
25+
INTEGRA.APPTOKEN = 83c603028e89e447dadf439c5bbb2b778af0980d
26+
27+
28+
29+
# File Manager
30+
31+
FILE.PATH = /tcc-web/
32+
33+
34+
35+
# Mail
36+
37+
MAIL.USERNAME = sistema.ice.ufjf@gmail.com
38+
39+
MAIL.PASS = Si1stema
40+
41+
MAIL.FROM = sistema.ice.ufjf@gmail.com

0 commit comments

Comments
 (0)