mirror of https://github.com/jenkinsci/jenkins.git
Tidy
This commit is contained in:
parent
f619003298
commit
7432844c74
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue