Skip to content
Snippets Groups Projects

Resolve "Frontend for Models"

Merged Julian requested to merge 1-frontend-for-models into master
1 file
+ 18
0
Compare changes
  • Side-by-side
  • Inline
@@ -8,6 +8,24 @@
v-model="internalValidityRange"
:loading="$apollo.queries.currentValidityRange.loading"
/>
<v-list>
<v-list-item link>
<v-list-item-icon>
<v-icon>$plus</v-icon>
</v-list-item-icon>
<v-list-item-content>
<v-list-item-title>{{ $t("lesrooster.slot.create_slot") }}</v-list-item-title>
</v-list-item-content>
</v-list-item>
<v-list-item link>
<v-list-item-icon>
<v-icon>$plus</v-icon>
</v-list-item-icon>
<v-list-item-content>
<v-list-item-title>{{ $t("lesrooster.break.create_item") }}</v-list-item-title>
</v-list-item-content>
</v-list-item>
</v-list>
</v-card-text>
</v-card>
Loading