This commit is contained in:
Jan Faracik 2025-05-08 10:30:03 +01:00
parent f619003298
commit 7432844c74
3 changed files with 1 additions and 4 deletions

View File

@ -2,4 +2,3 @@ Disable\ remember\ me=Disable “Keep me signed in”
slaveAgentPortEnforced=enforced to {0,number,#} on startup through system property.
slaveAgentPortEnforcedRandom=enforced to random port on startup through system property.
slaveAgentPortEnforcedDisabled=disabled on startup through system property.
LOADING=Loading

View File

@ -1,7 +1,7 @@
<!--
The MIT License
Copyright (c) 2021, Jenkins contributors
Copyright (c) 2025, Jenkins contributors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -127,8 +127,6 @@
align-items: center;
justify-content: center;
inset: 0;
top: var(--header-height);
padding-bottom: var(--header-height);
z-index: 999;
backdrop-filter: blur(15px);
transition: var(--standard-transition);