Scheduler show 'at startup'

This commit is contained in:
proddy
2026-06-09 20:30:32 +02:00
parent cb6e452864
commit d5e3571e17
13 changed files with 16 additions and 14 deletions

View File

@@ -285,7 +285,9 @@ const Scheduler = () => {
<HeaderRow>
<HeaderCell />
<HeaderCell stiff>{LL.SCHEDULE(0)}</HeaderCell>
<HeaderCell stiff>{LL.TIME(0)}/Cond.</HeaderCell>
<HeaderCell stiff>
{LL.TIME(0)}/{LL.CONDITION()}
</HeaderCell>
<HeaderCell stiff>{LL.COMMAND(0)}</HeaderCell>
<HeaderCell stiff>{LL.NAME(0)}</HeaderCell>
</HeaderRow>
@@ -321,7 +323,7 @@ const Scheduler = () => {
)}
</Stack>
</Cell>
<Cell>{si.time}</Cell>
<Cell>{si.time === '' ? LL.SCHEDULER_HELP_2() : si.time}</Cell>
<Cell>{si.cmd_name}</Cell>
<Cell>{si.name}</Cell>
</Row>