Drop underline from icon links
This commit is contained in:
parent
8d172bfbb1
commit
5ac43a05e7
1 changed files with 3 additions and 3 deletions
|
|
@ -17,13 +17,13 @@
|
||||||
<dt><a href="{{ url_for('ipsets.index') }}">Omrežja</a>
|
<dt><a href="{{ url_for('ipsets.index') }}">Omrežja</a>
|
||||||
<dd>območja IP, naslovi NAT in skupine za VPN
|
<dd>območja IP, naslovi NAT in skupine za VPN
|
||||||
<dt><a href="{{ url_for('rules.index') }}">Pravila</a>
|
<dt><a href="{{ url_for('rules.index') }}">Pravila</a>
|
||||||
<a href="{{ url_for('config.edit', name='rules') }}" title="JSON">⚙</a>
|
<a href="{{ url_for('config.edit', name='rules') }}" style="text-decoration: none" title="JSON">⚙</a>
|
||||||
<dd>pravila za posredovanje prometa
|
<dd>pravila za posredovanje prometa
|
||||||
<dt><a href="{{ url_for('vpn.custom') }}">VPN po meri</a>
|
<dt><a href="{{ url_for('vpn.custom') }}">VPN po meri</a>
|
||||||
<a href="{{ url_for('config.edit', name='wireguard') }}" title="JSON">⚙</a>
|
<a href="{{ url_for('config.edit', name='wireguard') }}" style="text-decoration: none" title="JSON">⚙</a>
|
||||||
<dd>urejanje ključev za oddaljeni dostop do posebnih omrežij
|
<dd>urejanje ključev za oddaljeni dostop do posebnih omrežij
|
||||||
<dt><a href="{{ url_for('config.index') }}">Nastavitve</a>
|
<dt><a href="{{ url_for('config.index') }}">Nastavitve</a>
|
||||||
<a href="{{ url_for('config.edit', name='settings') }}" title="JSON">⚙</a>
|
<a href="{{ url_for('config.edit', name='settings') }}" style="text-decoration: none" title="JSON">⚙</a>
|
||||||
<dd>nastavitve aplikacije FRIwall
|
<dd>nastavitve aplikacije FRIwall
|
||||||
</dl>
|
</dl>
|
||||||
</section>
|
</section>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue