Fix add page for HAProxy
pull/372/head
Aidaho 2023-11-03 08:46:14 +03:00
parent 4727848abc
commit 3885b281b7
1 changed files with 2 additions and 2 deletions

View File

@ -306,7 +306,7 @@
<!-- Second tabs -->
<div id="frontend">
<form name="add-frontend" id="add-frontend" action="/app/add.py" method="post">
<form name="add-frontend" id="add-frontend" action="/app/add/haproxy/add" method="post">
<table>
<caption><h3>{{lang.words.add|title()}} {{lang.words.frontend}}</h3></caption>
<tr>
@ -502,7 +502,7 @@
<!-- Third tabs -->
<div id="backend">
<form name="add-backend" id="add-backend" action="/app/add.py" method="post">
<form name="add-backend" id="add-backend" action="/app/add/haproxy/add" method="post">
<table>
<caption><h3>{{lang.words.add|title()}} {{lang.words.backend}}</h3></caption>
<tr>