summaryrefslogtreecommitdiffstats
path: root/config-db/slxconfig
diff options
context:
space:
mode:
Diffstat (limited to 'config-db/slxconfig')
-rwxr-xr-xconfig-db/slxconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-db/slxconfig b/config-db/slxconfig
index dd6dfdab..715754a1 100755
--- a/config-db/slxconfig
+++ b/config-db/slxconfig
@@ -223,9 +223,9 @@ sub listSystems
map { $_->{name} }
sort { $a->{name} cmp $b->{name} }
$openslxDB->fetchClientByID(\@clientIDs, 'name');
- my $export = $openslxDB->fetchExportByID($_->{export_id}, 'name');
+ my $export = $openslxDB->fetchExportByID($_->{export_id});
if (defined $export) {
- $_->{export_id} .= " ($export->{name})";
+ $_->{export_id} = "$export->{name} ($export->{type})";
}
$_;
}