From b5090508270e20dd64faf90b1967d6631e0e2d2a Mon Sep 17 00:00:00 2001 From: fusionate Date: Fri, 30 Jun 2023 21:48:39 +0000 Subject: [PATCH] Device - Edit: Make address field wider, and limit character length. --- app/devices/device_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/devices/device_edit.php b/app/devices/device_edit.php index d71af4b816..e7f01124bf 100644 --- a/app/devices/device_edit.php +++ b/app/devices/device_edit.php @@ -933,7 +933,7 @@ echo "\n"; echo "\n"; if (permission_exists('device_address')) { - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-device_address']."\n"; }