change port field in ipsandports to type-number
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -29,8 +29,9 @@ return array(
|
||||
),
|
||||
'port' => array(
|
||||
'label' => $lng['admin']['ipsandports']['port'],
|
||||
'type' => 'text',
|
||||
'size' => 5
|
||||
'type' => 'number',
|
||||
'min' => 1,
|
||||
'max' => 65535
|
||||
)
|
||||
)
|
||||
),
|
||||
|
||||
@@ -30,9 +30,10 @@ return array(
|
||||
),
|
||||
'port' => array(
|
||||
'label' => $lng['admin']['ipsandports']['port'],
|
||||
'type' => 'text',
|
||||
'type' => 'number',
|
||||
'value' => $result['port'],
|
||||
'size' => 5
|
||||
'min' => 1,
|
||||
'max' => 65535
|
||||
)
|
||||
)
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user