diff --git a/Netdisco/share/views/ajax/report/subnets.tt b/Netdisco/share/views/ajax/report/subnets.tt index f369c598..7f26be6d 100644 --- a/Netdisco/share/views/ajax/report/subnets.tt +++ b/Netdisco/share/views/ajax/report/subnets.tt @@ -1,4 +1,5 @@ -
| Subnet | @@ -12,10 +13,25 @@|||||
|---|---|---|---|---|---|
| [% row.subnet | html_entity %] | -[% row.subnet_size | html_entity %] | -[% row.active | html_entity %] | +[% row.subnet_size | format_number %] | +[% row.active | format_number %] | [% row.percent | html_entity %] |