diff options
-rw-r--r-- | httemplate/browse/deploy_zone.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/httemplate/browse/deploy_zone.html b/httemplate/browse/deploy_zone.html index 8b651c26c..2030c70d4 100644 --- a/httemplate/browse/deploy_zone.html +++ b/httemplate/browse/deploy_zone.html @@ -63,10 +63,10 @@ sub { my $self = shift; FS::deploy_zone_block->count('zonenum = '.$self->zonenum) }, - sub { my $self = shift; - FS::deploy_zone_vertex->count('zonenum = '.$self->zonenum) - ? 'download' : '' - }, + #sub { my $self = shift; + # FS::deploy_zone_vertex->count('zonenum = '.$self->zonenum) + # ? 'download' : '' + # }, sub { my $self = shift; FS::deploy_zone_vertex->count('zonenum = '.$self->zonenum) ? 'download' : '' @@ -131,10 +131,10 @@ sub { my $self = shift; FS::deploy_zone_vertex->count('zonenum = '.$self->zonenum) }, - sub { my $self = shift; - FS::deploy_zone_vertex->count('zonenum = '.$self->zonenum) - ? 'download' : '' - }, + #sub { my $self = shift; + # FS::deploy_zone_vertex->count('zonenum = '.$self->zonenum) + # ? 'download' : '' + # }, sub { my $self = shift; FS::deploy_zone_vertex->count('zonenum = '.$self->zonenum) ? 'download' : '' |