* Adjust style of host.

This commit is contained in:
zhaoke
2023-07-24 09:27:38 +08:00
parent 32e3b7c1e8
commit 12e6340632
5 changed files with 23 additions and 4 deletions
+2
View File
@@ -20,6 +20,7 @@ formPanel
(
formGroup
(
set::width('600px'),
set::name('name'),
set::label($lang->serverroom->name),
set::value($serverRoom->name),
@@ -29,6 +30,7 @@ formPanel
(
formGroup
(
set::width('600px'),
set::name('bandwidth'),
set::label($lang->serverroom->bandwidth),
set::value($serverRoom->bandwidth),