From b2324186c4e85b63b38e88fb884d99d25da9a12e Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Sun, 22 Apr 2007 08:33:27 +0000 Subject: * list-systems in verbose mode now shows type of export next to the name, in order to make it obvious which export-type any system is using. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@917 95ad53e4-c205-0410-b2fa-d234c58c8868 --- config-db/slxconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config-db/slxconfig') 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})"; } $_; } -- cgit v1.2.3-55-g7522