1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

feat(MySQL): scheduler status indicator in explore bar

This commit is contained in:
2021-11-05 18:23:02 +01:00
parent 39b9a59143
commit 5c668249cf
2 changed files with 8 additions and 1 deletions

View File

@ -214,6 +214,13 @@
<i class="table-icon mdi mdi-calendar-clock mdi-18px mr-1" />
<span v-html="highlightWord(scheduler.name)" />
</a>
<div
v-if="scheduler.enabled === false"
class="tooltip tooltip-left disabled-indicator"
:data-tooltip="$t('word.disabled')"
>
<i class="table-icon mdi mdi-pause mdi-18px mr-1" />
</div>
</li>
</ul>
</div>