Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2022-09-04 11:04:40 +0300
committerdartcafe <github@dartcafe.de>2022-09-09 09:17:59 +0300
commit7eda2b5ee54450f0be296cf9491f0645ae9e73aa (patch)
tree8ef25251150ccd6f83feb6dc712dda20b320b9f5 /src/js/views
parentd2280d44a16038c2e352ca978a411d442724f6d6 (diff)
last ones
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'src/js/views')
-rw-r--r--src/js/views/Administration.vue8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/js/views/Administration.vue b/src/js/views/Administration.vue
index c6eb2481..1fd4a62b 100644
--- a/src/js/views/Administration.vue
+++ b/src/js/views/Administration.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,