Local networks plus a few tweaks
This commit is contained in:
@@ -5,16 +5,17 @@
|
||||
<div class="card-body">
|
||||
|
||||
% if (config->{debug} == 1) {
|
||||
<p>
|
||||
%= dumper $c->current_route
|
||||
%= dumper $c->stash("ret")
|
||||
%= dumper $c->param("localnetwork");
|
||||
%= dumper $c->stash("ln_datas");
|
||||
%= dumper $c->param("deletehost");
|
||||
</p>
|
||||
<div>
|
||||
<%= dumper $c->current_route %>
|
||||
<%= dumper $c->stash("ret") %>
|
||||
<%= dumper $c->param("localnetwork") %>
|
||||
<%= dumper $c->stash("ln_datas") %>
|
||||
<%= dumper $c->param("deletehost") %>
|
||||
</div>
|
||||
% }
|
||||
|
||||
|
||||
<h1><%= $title%></h1>
|
||||
|
||||
%= $modul
|
||||
|
||||
% if ($ln_datas->{trt} eq 'ADD') {
|
||||
@@ -30,4 +31,5 @@
|
||||
%}
|
||||
|
||||
</div>
|
||||
|
||||
%end
|
||||
|
Reference in New Issue
Block a user