Skip to content

Commit 4b9b45f

Browse files
Ahmet OeztuerkAhmet Oeztuerk
authored andcommitted
remove prefix from perfmap page, does not have csv equivalent
1 parent c5bfb13 commit 4b9b45f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Thruk/Controller/status.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,7 @@ sub _process_perfmap_page {
13961396
}
13971397

13981398
if( $view_mode eq 'xls' ) {
1399-
Thruk::Utils::Status::set_selected_columns($c, ['status_perfmap_excel_'], 'service', ['Hostname', 'Service', 'Status', sort keys %{$keys}]);
1399+
Thruk::Utils::Status::set_selected_columns($c, [''], 'service', ['Hostname', 'Service', 'Status', sort keys %{$keys}]);
14001400
my $filename = 'performancedata.xls';
14011401
$c->res->headers->header( 'Content-Disposition', qq[attachment; filename="] . $filename . q["] );
14021402
$c->stash->{'name'} = 'Performance';

0 commit comments

Comments
 (0)