diff options
author | Renato Botelho <renato@netgate.com> | 2016-09-27 09:20:55 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2016-09-27 09:21:14 -0300 |
commit | 9b42c1ffb1369469af5c37963dadd264c22b7772 (patch) | |
tree | b7947e6003182769c8d537608123b112ff6173dd /src/usr/local/www/widgets | |
parent | d91d2bbcd0a451aaed53ec92134d7b3e79642ca3 (diff) | |
download | pfsense-9b42c1ffb1369469af5c37963dadd264c22b7772.zip pfsense-9b42c1ffb1369469af5c37963dadd264c22b7772.tar.gz |
Make serial/UUID bold
Diffstat (limited to 'src/usr/local/www/widgets')
-rw-r--r-- | src/usr/local/www/widgets/widgets/system_information.widget.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/widgets/widgets/system_information.widget.php b/src/usr/local/www/widgets/widgets/system_information.widget.php index f5c47ed..0f437e8 100644 --- a/src/usr/local/www/widgets/widgets/system_information.widget.php +++ b/src/usr/local/www/widgets/widgets/system_information.widget.php @@ -137,7 +137,7 @@ $filesystems = get_mounted_filesystems(); } ?> <br /> - <?=gettext("Serial: ") . system_get_serial();?> + <?=gettext("Serial: ");?><strong><?=system_get_serial();?></strong> </td> </tr> <tr> |