name name
This commit is contained in:
parent
a75a643f54
commit
c2af16edcb
|
|
@ -251,7 +251,7 @@ if ($_SERVER["REQUEST_METHOD"] === "POST" && $_POST["action"] === "restart") {
|
|||
|
||||
<input type="hidden" id="service_id">
|
||||
|
||||
<input type="text" id="name" placeholder="Service Name">
|
||||
<input type="text" id="name" name="name" placeholder="Service Name">
|
||||
|
||||
<input type="text" id="in_udp" placeholder="Input UDP">
|
||||
<input type="text" id="out_udp" placeholder="Output UDP">
|
||||
|
|
|
|||
Loading…
Reference in New Issue