From f138d6732de4b440d5a455d018568c3d818eb538 Mon Sep 17 00:00:00 2001 From: =?utf8?q?H=C3=A9ctor=20Or=C3=B3n=20Mart=C3=ADnez?= Date: Thu, 6 Nov 2014 17:03:20 +0100 Subject: [PATCH] machines.cgi: re-add architecture field to list MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Héctor Orón Martínez --- debian/changelog | 2 +- machines.cgi | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4a1c05e..7fcb1d5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,7 +18,7 @@ userdir-ldap-cgi (0.3.38~20130906+1+nmu1) UNRELEASED; urgency=low * Slightly nicer attribute list output [ Hector Oron ] - * machines.cgi: replace architecture by description field, more informative. + * machines.cgi: add description field, more informative. -- Luca Filipozzi Thu, 16 Jan 2014 23:22:03 +0000 diff --git a/machines.cgi b/machines.cgi index bbfdb58..3a333fe 100755 --- a/machines.cgi +++ b/machines.cgi @@ -52,11 +52,12 @@ my (%attrs, @attrorder, %summaryattrs, @summaryorder, %summarylistitems); %summaryattrs = ('hostname' => 'Host name', 'host' => 'just for a link', 'description' => 'Description', + 'architecture' => 'Architecture', 'status' => 'Status', 'access' => 'Access', 'sponsor' => 'Sponsor', 'purpose' => 'Purpose'); -@summaryorder = qw{hostname description sponsor purpose status access}; +@summaryorder = qw{hostname description architecture sponsor purpose status access}; %summarylistitems = map {$_=>1} qw{purpose sponsor}; # Global settings... -- 2.20.1