From 567a855765646dae7c592065b87d5424c733d1df Mon Sep 17 00:00:00 2001 From: Aidaho12 <buffoon2001@mail.ru> Date: Wed, 13 Jun 2018 19:12:34 +0600 Subject: [PATCH] v2.5.6.2 --- app/templates/base.html | 2 +- app/templates/delver.html | 2 +- inc/awesome.css | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/app/templates/base.html b/app/templates/base.html index 809b7dc9..b5ab9681 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -102,7 +102,7 @@ <div class="copyright-menu"> HAproxy-WI v2.5.6.2 <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> diff --git a/app/templates/delver.html b/app/templates/delver.html index 7a721c04..cb787c2a 100644 --- a/app/templates/delver.html +++ b/app/templates/delver.html @@ -28,7 +28,7 @@ <input type="checkbox" id="select_all"><br /> {% for file in return_files %} <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 %} <input type="hidden" value="{{serv}}" name="serv"> <input type="hidden" value="open" name="open"> diff --git a/inc/awesome.css b/inc/awesome.css index 827324e2..1bf77cfa 100644 --- a/inc/awesome.css +++ b/inc/awesome.css @@ -101,6 +101,13 @@ font-family: "Font Awesome 5 Solid"; content: "\f007"; } +.patreon::before { + display: none; + font-family: "Font Awesome 5 Solid"; + content: "\f004"; + color: red; + padding-left: 3px; +} .update-row::before { display: none; font-family: "Font Awesome 5 Solid";