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

feat: new create scheduler tabs

This commit is contained in:
2021-09-10 18:23:32 +02:00
parent 0203f69e95
commit 3c5a69adc9
8 changed files with 358 additions and 297 deletions

View File

@ -34,7 +34,7 @@
<div
v-if="selectedMisc === 'scheduler'"
class="context-element"
@click="$emit('show-create-scheduler-modal')"
@click="$emit('open-create-scheduler-tab')"
>
<span class="d-flex"><i class="mdi mdi-18px mdi-calendar-clock text-light pr-1" /> {{ $t('message.createNewScheduler') }}</span>
</div>