* [misc] adjust instance status refresh block.

This commit is contained in:
caoyanyi
2024-06-26 16:57:12 +08:00
committed by 田淑杰
parent d9f658d815
commit 9e1c5a40c1
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -163,7 +163,7 @@ div
h::table
(
setStyle('min-width', '700px'),
setClass('table w-full max-w-full bordered mt-4 text-center'),
setClass('table w-full max-w-full bordered mt-4 text-center store-info'),
h::tr
(
$type !== 'store' ? null : h::th($lang->instance->status),
@@ -225,7 +225,7 @@ div
h::table
(
setStyle('min-width', '700px'),
setClass('table w-full max-w-full bordered mt-4 text-center'),
setClass('table w-full max-w-full bordered mt-4 text-center store-info'),
h::tr
(
h::th($lang->instance->dbName),