File tree Expand file tree Collapse file tree
resources/js/components/dashboard Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments