Browse Source
Merge pull request #357 from Saibamen/nav_from_dashHome
Route to monitor on `DashboardHome`
remotes/Mikhail5555/cache-heartbeat-list
Louis Lam
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/pages/DashboardHome.vue
|
|
@ -38,7 +38,7 @@ |
|
|
|
</thead> |
|
|
|
<tbody> |
|
|
|
<tr v-for="(beat, index) in displayedRecords" :key="index" :class="{ 'shadow-box': $root.windowWidth <= 550}"> |
|
|
|
<td>{{ beat.name }}</td> |
|
|
|
<td><router-link :to="`/dashboard/${beat.monitorID}`" class="nav-link">{{ beat.name }}</router-link></td> |
|
|
|
<td><Status :status="beat.status" /></td> |
|
|
|
<td :class="{ 'border-0':! beat.msg}"><Datetime :value="beat.time" /></td> |
|
|
|
<td class="border-0">{{ beat.msg }}</td> |
|
|
|