%#
%# Generated by SME2Gen version:0.6 Chameleon version:4.5.4 On Python:3.10.12 at 2024-04-28 11:53
%#
%= 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) {
<%=$c->render_to_string(inline=>$row->{Name})%> |
<%=$c->render_to_string(inline=>$row->{Description})%> |
<%=$c->render_to_string(inline=>$row->{flag})%> |
<%=$c->render_to_string(inline=>$row->{Modify})%> |
%}
%# Probably finally by a submit.
% end