mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Make print_info_box_np() output rounded
This commit is contained in:
parent
523809792e
commit
2ec816391e
@ -893,9 +893,9 @@ function get_disk_info() {
|
||||
echo "</tr>\n<tr>\n";
|
||||
foreach ($tab_array as $ta) {
|
||||
if($ta[1] == true) {
|
||||
echo " <td bgcolor='#EEEEEE'><B> {$ta[0]} <br> </div></a></td>\n";
|
||||
echo " <td bgcolor='#EEEEEE'><B> {$ta[0]} <br> </div></a></td>\n";
|
||||
} else {
|
||||
echo " <td bgcolor='#777777'><B> <a href='{$ta[2]}'><font color='white'>{$ta[0]}</a> <br> </div></a></td>\n";
|
||||
echo " <td bgcolor='#777777'><B> <a href='{$ta[2]}'><font color='white'>{$ta[0]}</a> <br> </div></a></td>\n";
|
||||
}
|
||||
}
|
||||
echo " </tr>\n";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user