Skip to content

Commit af1c606

Browse files
committed
fix: links to pulse and horizon are not marked external and fail
1 parent 48700cd commit af1c606

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

resources/js/components/dashboard/DashboardAnalytics.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ watch(
9898
<DashboardTaskMenu @handle-close="taskPopover?.handleClose" :show-scan-all="false" />
9999
</template>
100100
</BasePopover>
101-
<ButtonText to="/pulse" text="Pulse" title="Detailed Analytics" class="xs:flex-initial flex-1">
101+
<ButtonText href="/pulse" text="Pulse" title="Detailed Analytics" class="xs:flex-initial flex-1">
102102
<template #icon><ProiconsBolt /></template>
103103
</ButtonText>
104104
</div>

resources/js/components/dashboard/DashboardTasks.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ onUnmounted(async () => {
232232
<ButtonText @click="loadData(true)" text="Refresh" title="Refresh Task List" class="xs:flex-initial flex-1">
233233
<template #icon><ProiconsArrowSync class="size-4" /></template>
234234
</ButtonText>
235-
<ButtonText :to="'/horizon'" text="Horizon" class="xs:flex-initial flex-1" title="Redis task management (Linux/Docker Only)">
235+
<ButtonText :href="'/horizon'" text="Horizon" class="xs:flex-initial flex-1" title="Redis task management (Linux/Docker Only)">
236236
<template #icon><IconHorizon class="size-4" /></template>
237237
</ButtonText>
238238
</div>

0 commit comments

Comments
 (0)