stuff
This commit is contained in:
parent
cf6b70b167
commit
bc1bd6fcbd
|
|
@ -1,5 +1,6 @@
|
|||
<template>
|
||||
<Content app-name="app">
|
||||
<vue-confirm-dialog />
|
||||
<AppNavigation />
|
||||
<AppContent>
|
||||
<router-view />
|
||||
|
|
|
|||
|
|
@ -59,8 +59,8 @@ export default {
|
|||
this.$confirm({
|
||||
message: 'Möchten Sie die Gruppe ' + this.group.name + ' löschen?',
|
||||
button: {
|
||||
no: 'Nein',
|
||||
yes: 'Ja',
|
||||
no: 'Nein',
|
||||
},
|
||||
callback: confirm => {
|
||||
if (confirm) {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
<template>
|
||||
<Content app-name="GroupManagement">
|
||||
<vue-confirm-dialog />
|
||||
<b-container
|
||||
v-if="isLoading"
|
||||
fluid>
|
||||
|
|
|
|||
Loading…
Reference in New Issue