%= l("nfs Hello TABLE");
% my $btn = l('APPLY');
%= form_for "Nfsshared" => (method => 'POST') => begin
% param 'trt' => $nfs_data->{trt} unless param 'trt';
%= hidden_field 'trt' => $nfs_data->{trt}
%# Inputs etc in here.
Manage NFS Ibay settings:
Name |
Description |
Nfs status |
Action |
% my $control_data = $self->stash('ibays');
% foreach my $row (@$control_data) {
<%=$row->Name%> |
<%=$row->Description%> |
<%=$row->flag%> |
<%=$row->PARAMS%> |
%}
%# Probably finally by a submit.
% end