pull/19/head
Aidaho12 2018-06-13 19:12:34 +06:00
parent 8dc6dda1b1
commit 567a855765
3 changed files with 9 additions and 2 deletions

View File

@ -102,7 +102,7 @@
<div class="copyright-menu"> <div class="copyright-menu">
HAproxy-WI v2.5.6.2 HAproxy-WI v2.5.6.2
<br> <br>
<a href="https://www.patreon.com/haproxy_wi" title="Donate" target="_blank" style="color: #fff; margin-left: 40px;">Patreon</a> <a href="https://www.patreon.com/haproxy_wi" title="Donate" target="_blank" style="color: #fff; margin-left: 40px;" class="patreon"> Patreon</a>
</div> </div>
</div> </div>
</div> </div>

View File

@ -28,7 +28,7 @@
<input type="checkbox" id="select_all"><br /> <input type="checkbox" id="select_all"><br />
{% for file in return_files %} {% for file in return_files %}
<label for="{{file}}"> {{file}} </label><input type="checkbox" value="{{file}}" name="{{file}}" id="{{file}}"> <label for="{{file}}"> {{file}} </label><input type="checkbox" value="{{file}}" name="{{file}}" id="{{file}}">
<a href="/app/configver.py?serv={{serv}}&open=open&configver={{file}}&view=1" class="ui-button ui-widget ui-corner-all" target="_blanck" title="View config" style="margin-top: -6px;">View</a><br /> <a href="/app/configver.py?serv={{serv}}&open=open&configver={{file}}&view=1" class="ui-button ui-widget ui-corner-all" target="_blanck" title="View this version of the config" style="margin-top: -6px;">View</a><br />
{% endfor %} {% endfor %}
<input type="hidden" value="{{serv}}" name="serv"> <input type="hidden" value="{{serv}}" name="serv">
<input type="hidden" value="open" name="open"> <input type="hidden" value="open" name="open">

View File

@ -101,6 +101,13 @@
font-family: "Font Awesome 5 Solid"; font-family: "Font Awesome 5 Solid";
content: "\f007"; content: "\f007";
} }
.patreon::before {
display: none;
font-family: "Font Awesome 5 Solid";
content: "\f004";
color: red;
padding-left: 3px;
}
.update-row::before { .update-row::before {
display: none; display: none;
font-family: "Font Awesome 5 Solid"; font-family: "Font Awesome 5 Solid";