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-03-23 10:39:53 +0300
committerdartcafe <github@dartcafe.de>2022-03-23 10:39:53 +0300
commiteb1c42464f3a08eda8511e4eb17f7f2b43270337 (patch)
tree61b75535b1c3767e1e80dd15c19568f2c19f0ae5 /src/js/views
parentbd47604953feedda0a4748c16c6f5ff883bcd29f (diff)
remove poll route on admin page
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'src/js/views')
-rw-r--r--src/js/views/Administration.vue5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/js/views/Administration.vue b/src/js/views/Administration.vue
index 33050f7c..fc16b359 100644
--- a/src/js/views/Administration.vue
+++ b/src/js/views/Administration.vue
@@ -47,7 +47,10 @@
:reverse="reverse"
@sort-list="setSort($event)" />
- <PollItem v-for="(poll) in sortedList" :key="poll.id" :poll="poll">
+ <PollItem v-for="(poll) in sortedList"
+ :key="poll.id"
+ :poll="poll"
+ no-link>
<template #actions>
<Actions :force-menu="true">
<ActionButton icon="icon-add"