fix
Some checks failed
Deploy / deploy (build, debian, 22) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822) (push) Has been cancelled

This commit is contained in:
2026-04-01 05:54:06 -06:00
parent 7f0bfd67fa
commit eda968c250
2 changed files with 4 additions and 10 deletions

View File

@@ -9,6 +9,9 @@
</template>
<template #suffix>
<n-flex style="margin: 0 8px">
<n-button v-if="roleAdmin || roleSuper" text @click="showStats = true">
<Icon :width="16" icon="lucide:bar-chart-2" />
</n-button>
<n-button
v-if="authed"
text
@@ -18,9 +21,6 @@
>
<Icon :width="16" icon="lucide:list" />
</n-button>
<n-button v-if="roleAdmin || roleSuper" text @click="showStats = true">
<Icon :width="16" icon="lucide:bar-chart-2" />
</n-button>
<n-button v-if="roleSuper" text @click="edit">
<Icon :width="16" icon="lucide:edit" />
</n-button>