From 134461cf7216c051ac213f65f59cbe4705429245 Mon Sep 17 00:00:00 2001 From: James Lucas III Date: Wed, 25 Dec 2024 07:49:50 -0500 Subject: [PATCH] Update tower.html Removed the total count for performance reasons. --- httemplate/browse/tower.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/httemplate/browse/tower.html b/httemplate/browse/tower.html index 555b8a39f9..7fee30b4f6 100644 --- a/httemplate/browse/tower.html +++ b/httemplate/browse/tower.html @@ -90,7 +90,7 @@ ], # turn these into rows map { [ $_ ] } - &{$num_svc_links}( 'towernum='.$tower->towernum, $sectors ) + &{$num_svc_links}( 'towernum='.$tower->towernum) ] #rows }; @@ -107,7 +107,7 @@ 'link' => ( $sector->ip_addr ? 'http://'. $sector->ip_addr : '' ), }, - &{$num_svc_links}( 'sectornum='.$sectornum, $sectornum ) + &{$num_svc_links}( 'sectornum='.$sectornum) ] } $tower->tower_sector ] #rows