- [misc] adjust code.

This commit is contained in:
zhangxiquan
2025-01-08 13:19:11 +08:00
committed by 曹延义
parent 665c70172a
commit 9a30a728d4
3 changed files with 2 additions and 22 deletions
-7
View File
@@ -116,13 +116,6 @@ div
(
$instance->name, setClass('text-xl'),
$type === 'store' ? span($instance->appVersion, setClass('ml-3 label gray-pale rounded-full')) : null,
$type === 'store' && isset($monitor) ?
span
(
set::title($monitor['tips']),
icon('icon icon-info'),
setClass('ml-3 label ' . $monitor['class'] . ' rounded-full')
) : null
),
$type === 'store' ? div
(