% layout 'default', title => "Sme server 2 - Disk usage"; % content_for 'module' => begin %= javascript 'js/hwinfo.js'
% if (config->{debug} == 1) {
			%= dumper $c->current_route
			%= dumper $c->stash('hwinfo')
		
% } % if ( stash 'error' ) {
%= $c->render_to_string(inline => stash 'error')
%} % my $height = $c->stash('height') | '600'; % if ($height !~ /px$/) { $height = $height.'px';} %== $c->stash('hwinfo');
%end