From b5db95e9515e8d3b0125c75e32b8156e9a854035 Mon Sep 17 00:00:00 2001 From: "Eric A. Miller" Date: Tue, 25 Feb 2014 21:54:00 -0500 Subject: [PATCH] format numbers in subnet utilization report --- Netdisco/share/views/ajax/report/subnets.tt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Netdisco/share/views/ajax/report/subnets.tt b/Netdisco/share/views/ajax/report/subnets.tt index 0c89d72c..898c2b4a 100644 --- a/Netdisco/share/views/ajax/report/subnets.tt +++ b/Netdisco/share/views/ajax/report/subnets.tt @@ -1,6 +1,7 @@ [% IF NOT results.has_rows %]
No matching records.
[% ELSE %] +[% USE Number.Format %] @@ -15,8 +16,8 @@ - - + + [% END %]
[% 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 %]