Local networks plus a few tweaks

This commit is contained in:
John Crisp
2025-05-19 17:27:13 +02:00
parent 12ea3b7c0b
commit 12f8be6936
8 changed files with 330 additions and 295 deletions

View File

@@ -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