last ones
Signed-off-by: dartcafe <github@dartcafe.de>
This commit is contained in:
Родитель
d2280d44a1
Коммит
7eda2b5ee5
|
@ -25,7 +25,7 @@
|
|||
<NcCheckboxRadioSwitch :checked.sync="autoReminder" type="switch">
|
||||
{{ t('polls', 'Use Autoreminder') }}
|
||||
</NcCheckboxRadioSwitch>
|
||||
<Popover>
|
||||
<NcPopover>
|
||||
<template #trigger>
|
||||
<NcActions>
|
||||
<NcActionButton icon="icon-info">
|
||||
|
@ -34,13 +34,13 @@
|
|||
</NcActions>
|
||||
</template>
|
||||
<AutoReminderInformation />
|
||||
</Popover>
|
||||
</NcPopover>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { mapState } from 'vuex'
|
||||
import { NcActions, NcActionButton, Popover, NcCheckboxRadioSwitch } from '@nextcloud/vue'
|
||||
import { NcActions, NcActionButton, NcPopover, NcCheckboxRadioSwitch } from '@nextcloud/vue'
|
||||
|
||||
export default {
|
||||
name: 'ConfigAutoReminder',
|
||||
|
@ -49,7 +49,7 @@ export default {
|
|||
NcCheckboxRadioSwitch,
|
||||
NcActions,
|
||||
NcActionButton,
|
||||
Popover,
|
||||
NcPopover,
|
||||
AutoReminderInformation: () => import('./AutoReminderInformation.vue'),
|
||||
},
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
-->
|
||||
|
||||
<template>
|
||||
<AppContent class="poll-list">
|
||||
<NcAppContent class="poll-list">
|
||||
<HeaderBar class="area__header">
|
||||
<template #title>
|
||||
{{ t('polls', 'Administrative poll management') }}
|
||||
|
@ -116,14 +116,14 @@
|
|||
</div>
|
||||
</div>
|
||||
</NcModal>
|
||||
</AppContent>
|
||||
</NcAppContent>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { mapGetters } from 'vuex'
|
||||
import { showError } from '@nextcloud/dialogs'
|
||||
import { emit } from '@nextcloud/event-bus'
|
||||
import { NcActions, NcActionButton, AppContent, NcButton, NcEmptyContent, NcModal } from '@nextcloud/vue'
|
||||
import { NcActions, NcActionButton, NcAppContent, NcButton, NcEmptyContent, NcModal } from '@nextcloud/vue'
|
||||
import { sortBy } from 'lodash'
|
||||
import HeaderBar from '../components/Base/HeaderBar.vue'
|
||||
import PollsAppIcon from '../components/AppIcons/PollsAppIcon.vue'
|
||||
|
@ -132,7 +132,7 @@ export default {
|
|||
name: 'Administration',
|
||||
|
||||
components: {
|
||||
AppContent,
|
||||
NcAppContent,
|
||||
NcActions,
|
||||
NcActionButton,
|
||||
NcEmptyContent,
|
||||
|
|
Загрузка…
Ссылка в новой задаче