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>
|
</template>
|
||||||
</Column>
|
</Column>
|
||||||
|
<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>
|
</DataTable>
|
||||||
</div>
|
</div>
|
||||||
<div
|
|
||||||
class="flex align-items-center justify-content-center border-round m-2"
|
|
||||||
>
|
|
||||||
<Button @click="finalStep()">{{ $t("renameModules.nextStep") }}</Button>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
@@ -52,7 +52,7 @@ function loadCalendar(): void {
|
|||||||
moduleStore().addModule(module);
|
moduleStore().addModule(module);
|
||||||
});
|
});
|
||||||
modules.value = moduleStore().modules;
|
modules.value = moduleStore().modules;
|
||||||
router.push("/edit-additional-modules");
|
router.push("/edit-calendar");
|
||||||
} else {
|
} else {
|
||||||
toast.add({
|
toast.add({
|
||||||
severity: "error",
|
severity: "error",
|
||||||
|
Reference in New Issue
Block a user