%# %# Generated by SM2Gen version:0.8 Chameleon version:4.5.4 On Python:3.12.3 at 2024-09-22 11:30:26 %# % layout 'default', title => "Sme server 2 - Disk Usage", share_dir => './'; %# css specific to this panel: % content_for 'module' => begin %= stylesheet '/css/diskusage.css'
% if ($config->{debug} == 1) {

%= dumper $c->current_route

% }

<%=$title%>

% if ( stash('modul') ) { %= $c->render_to_string(inline => stash('modul') ); % } %if ($du_data->{first}) {

%=$c->render_to_string(inline =>$c->l($du_data->{first}))

%} elsif ($du_data->{success}) {

Operation Status Report

%= $c->l($du_data->{success});

%} elsif ($du_data->{error}) {

Operation Status Report - error

%= $c->l($du_data->{error});

%} %#Routing to partials according to trt parameter. %#This ought to be cascading if/then/elsif, but is easier to just stack the if/then's rather like a case statement' % if ($du_data->{trt} eq "PARAMS") { %= include 'partials/_du_PARAMS' %}
%end