Scheduler v1
All checks were successful
Test Build / test-build (push) Successful in 23s

This commit is contained in:
2025-07-30 18:28:55 +03:00
parent 8e757afe39
commit 0f1c749b33
7 changed files with 457 additions and 159 deletions

View File

@@ -257,4 +257,32 @@ small {
margin-right: 5px; /* Отступ справа от чекбокса до текста */
vertical-align: middle; /* Выравнивание по вертикали */
box-shadow: none; /* Убираем тень, если есть */
}
.cron-constructor {
border: 1px solid #e0e0e0;
padding: 15px;
margin-top: 15px;
border-radius: 5px;
background-color: #fdfdfd;
}
.cron-constructor h4 {
margin-top: 0;
}
.cron-row {
display: flex;
gap: 10px;
margin-bottom: 10px;
}
.cron-row select {
flex-grow: 1;
min-width: 60px;
}
#cron-output {
background-color: #e9ecef;
font-family: monospace;
}