diff options
-rw-r--r-- | perl-install/harddrake/data.pm | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index 80defff84..4c1e81e52 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -257,15 +257,6 @@ our @tree = }, { - class => "BRIDGE", - string => N("Bridges and system controllers"), - icon => "memory.png", - configurator => "", - detector => sub { f(grep { $_->{media_type} =~ /BRIDGE|MEMORY_RAM|SYSTEM_OTHER/ } @devices) }, - checked_on_boot => 0, - }, - - { class => "PRINTER", string => N("Printer"), icon => "hw_printer.png", @@ -358,6 +349,15 @@ our @tree = }, { + class => "BRIDGE", + string => N("Bridges and system controllers"), + icon => "memory.png", + configurator => "", + detector => sub { f(grep { $_->{media_type} =~ /BRIDGE|MEMORY_RAM|SYSTEM_OTHER/ } @devices) }, + checked_on_boot => 0, + }, + + { class => "UPS", string => N("UPS"), icon => "ups.png", |