mirror of https://github.com/Aidaho12/haproxy-wi
parent
4727848abc
commit
3885b281b7
|
@ -306,7 +306,7 @@
|
||||||
<!-- Second tabs -->
|
<!-- Second tabs -->
|
||||||
|
|
||||||
<div id="frontend">
|
<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>
|
<table>
|
||||||
<caption><h3>{{lang.words.add|title()}} {{lang.words.frontend}}</h3></caption>
|
<caption><h3>{{lang.words.add|title()}} {{lang.words.frontend}}</h3></caption>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -502,7 +502,7 @@
|
||||||
<!-- Third tabs -->
|
<!-- Third tabs -->
|
||||||
|
|
||||||
<div id="backend">
|
<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>
|
<table>
|
||||||
<caption><h3>{{lang.words.add|title()}} {{lang.words.backend}}</h3></caption>
|
<caption><h3>{{lang.words.add|title()}} {{lang.words.backend}}</h3></caption>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in New Issue