This website works better with JavaScript.
Home
Explore
Help
Sign In
dbaylonv
/
Sistema_mantenimiento_correctivo_y_preventivo
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
se soluciono un problema de vulnerabilidad en la cookie de session
pull/1/head
mramirezg
1 month ago
parent
8db9020309
commit
33d988b052
3 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-0
src/main/frontend/themes/sistema-mantenimiento/components/vaadin-text-field.css
+5
-0
src/main/frontend/themes/sistema-mantenimiento/styles.css
+1
-0
src/main/resources/application.properties
+ 0
- 0
src/main/frontend/themes/sistema-mantenimiento/components/vaadin-text-field.css
View File
+ 5
- 0
src/main/frontend/themes/sistema-mantenimiento/styles.css
View File
@ -24,6 +24,11 @@
.
drawer-logo
{
width
:
300px
;
}
vaadin-grid
::
part
(
selected-row-cell
)
{
background-color
:
#
a02142
;
color
:
white
;
}
/* ------------------ FIN -------------------------------------- */
/
*
/
*
+ 1
- 0
src/main/resources/application.properties
View File
@ -1,6 +1,7 @@
server.port=${PORT:8080}
logging.level.org.atmosphere = warn
spring.profiles.active=dev
server.servlet.session.cookie.secure=true
# Launch the default browser when starting the application in development mode
vaadin.launch-browser=true
Write
Preview
Loading…
Cancel
Save