mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +02:00
Fix that the authentication reorder form does not have an action
This commit is contained in:
parent
0c0478688e
commit
c135d3243a
@ -1,4 +1,4 @@
|
|||||||
<form id="<?= $form->getName(); ?>" name="<?= $form->getName(); ?>" enctype="<?= $form->getEncType(); ?>" method="<?= $form->getMethod(); ?>">
|
<form data-base-target="_self" id="<?= $form->getName(); ?>" name="<?= $form->getName(); ?>" enctype="<?= $form->getEncType(); ?>" method="<?= $form->getMethod(); ?>" action="<?= $form->getAction(); ?>">
|
||||||
<table class="action">
|
<table class="action">
|
||||||
<thead>
|
<thead>
|
||||||
<th>Backend</th>
|
<th>Backend</th>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user