fix: revert service html and block service in backend (#318)

Co-authored-by: LvGJ <lvgj1998@gmail.com>
This commit is contained in:
Ko no dio
2024-02-14 13:12:24 +08:00
committed by GitHub
parent f3fac9325c
commit fdb2fd8839
4 changed files with 7 additions and 6 deletions

View File

@@ -15,7 +15,7 @@
</thead>
<tbody id="servers">
<template v-for="service in services">
<tr v-if="service.enableShow === 'true'">
<tr>
<td class="node-cell center">
<div class="delay-today">
<i class="delay-today" :class="service.health.className"></i>
@@ -137,7 +137,6 @@
delay: '{{$service.Delay}}'.replaceAll("[","").replaceAll("]","").split(" "),
up: '{{$service.Up}}'.replaceAll("[","").replaceAll("]","").split(" "),
down: '{{$service.Down}}'.replaceAll("[","").replaceAll("]","").split(" "),
enableShow: '{{$service.Monitor.EnableShowInService}}',
})
{{end}}
// @formatter:on