mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-04 02:39:14 +02:00
feat:#94 added first frontend example
This commit is contained in:
@@ -150,13 +150,15 @@ async function finalStep() {
|
||||
/>
|
||||
</template>
|
||||
</Column>
|
||||
</DataTable>
|
||||
</div>
|
||||
<div
|
||||
class="flex align-items-center justify-content-center border-round m-2"
|
||||
>
|
||||
<template #footer>
|
||||
<div class="card flex align-items-center justify-content-between border-round m-2">
|
||||
<Button @click="finalStep()" >Delete</Button>
|
||||
<Button @click="finalStep()">Add more Modules</Button>
|
||||
<Button @click="finalStep()">{{ $t("renameModules.nextStep") }}</Button>
|
||||
</div>
|
||||
</template>
|
||||
</DataTable>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
@@ -52,7 +52,7 @@ function loadCalendar(): void {
|
||||
moduleStore().addModule(module);
|
||||
});
|
||||
modules.value = moduleStore().modules;
|
||||
router.push("/edit-additional-modules");
|
||||
router.push("/edit-calendar");
|
||||
} else {
|
||||
toast.add({
|
||||
severity: "error",
|
||||
|
Reference in New Issue
Block a user