From f6f324891261d8a1f75eeb0cd9bb0736e7a4403a Mon Sep 17 00:00:00 2001 From: Russ Kubes Date: Thu, 28 Dec 2023 02:44:06 -0500 Subject: [PATCH] sysutils/smart: add word break to ident in widget (#3726) Add word-breaking to the "Ident" column of the SMART Dashboard widget, to prevent long device names from causing the table to extend outside of the widget's div. --- sysutils/smart/src/www/widgets/widgets/smart_status.widget.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/smart/src/www/widgets/widgets/smart_status.widget.php b/sysutils/smart/src/www/widgets/widgets/smart_status.widget.php index 52d951f5f..976be530d 100644 --- a/sysutils/smart/src/www/widgets/widgets/smart_status.widget.php +++ b/sysutils/smart/src/www/widgets/widgets/smart_status.widget.php @@ -64,7 +64,7 @@ $devs = json_decode(configd_run('smart detailed list')); device) ?> - ident) ?> + ident) ?>