aboutsummaryrefslogtreecommitdiffstats
path: root/AdminPanel/Hosts/GHosts.pm
diff options
context:
space:
mode:
authorMatteo Pasotti <matteo.pasotti@gmail.com>2014-01-26 15:04:50 +0100
committerMatteo Pasotti <matteo.pasotti@gmail.com>2014-01-26 15:04:50 +0100
commit61567fe35b624765215759a45e80edacd38527b8 (patch)
treee9eadbb1e09a7f6b3b03e2039ed2efec8a5d5cbd /AdminPanel/Hosts/GHosts.pm
parenta4fa04395d6c97eb4bc27f73c5d0ba843dd0bc35 (diff)
downloadmanatools-61567fe35b624765215759a45e80edacd38527b8.tar
manatools-61567fe35b624765215759a45e80edacd38527b8.tar.gz
manatools-61567fe35b624765215759a45e80edacd38527b8.tar.bz2
manatools-61567fe35b624765215759a45e80edacd38527b8.tar.xz
manatools-61567fe35b624765215759a45e80edacd38527b8.zip
- extends Module, icon and name attributes defined
Diffstat (limited to 'AdminPanel/Hosts/GHosts.pm')
-rw-r--r--AdminPanel/Hosts/GHosts.pm11
1 files changed, 11 insertions, 0 deletions
diff --git a/AdminPanel/Hosts/GHosts.pm b/AdminPanel/Hosts/GHosts.pm
index 82f95cd7..8c771f6a 100644
--- a/AdminPanel/Hosts/GHosts.pm
+++ b/AdminPanel/Hosts/GHosts.pm
@@ -31,6 +31,17 @@ use yui;
use AdminPanel::Shared;
use AdminPanel::Hosts::hosts;
+extends qw( Module );
+
+
+has '+icon' => (
+ default => "/usr/lib/libDrakX/icons/IC-Dhost-48.png"
+);
+
+has '+name' => (
+ default => "Hostmanager",
+);
+
=head1 VERSION
Version 1.0.0