+ [refac] modify the port input as a number input.

This commit is contained in:
liugang
2024-12-09 09:21:27 +08:00
committed by 刘刚
parent 30741b469b
commit d1c0d4dce3
+3
View File
@@ -127,6 +127,9 @@ formPanel
input
(
setClass('w-1/3'),
set::type('number'),
set::min(1),
set::max(65535),
set::name('redis[port]'),
set::value($config->redis->port)
)