mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-03-05 17:04:46 +00:00
fix statusPage list href
This commit is contained in:
parent
bd112b497a
commit
86c2ad75ea
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<!-- use <a> instead of <router-link>, because the heartbeat won't load. -->
|
<!-- use <a> instead of <router-link>, because the heartbeat won't load. -->
|
||||||
<a v-for="statusPage in $root.statusPageList" :key="statusPage.slug" :href="'/status/' + statusPage.slug" class="item">
|
<a v-for="statusPage in $root.statusPageList" :key="statusPage.slug" :href="'./status/' + statusPage.slug" class="item">
|
||||||
<img :src="icon(statusPage.icon)" alt class="logo me-2" />
|
<img :src="icon(statusPage.icon)" alt class="logo me-2" />
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<div class="title">{{ statusPage.title }}</div>
|
<div class="title">{{ statusPage.title }}</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue