mirror of
https://github.com/BreizhHardware/ntfy_alerts.git
synced 2026-03-18 21:40:38 +01:00
fix(latest-updates): Simplify update label format in LatestUpdates.vue
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
|
||||
<div class="space-y-4">
|
||||
<UAccordion v-for="(update, index) in latestUpdates" :key="index" :items="[{
|
||||
label: `${update.date} - ${update.repo} - v${update.version}`,
|
||||
label: `${update.repo} - v${update.version}`,
|
||||
description: `${update.date}`,
|
||||
defaultOpen: false
|
||||
}]">
|
||||
<div class="p-4 bg-gray-700 rounded-md">
|
||||
|
||||
Reference in New Issue
Block a user