Adjustments

This commit is contained in:
krateng 2021-12-25 04:06:29 +01:00
parent 6aee8c7a48
commit c82936ad4a
2 changed files with 4 additions and 4 deletions

View File

@ -19,10 +19,10 @@
{% for tab_url,tab_name in [
['overview','Overview'],
['setup','Setup'],
['manual','Manual Scrobbling'],
['issues','Database Maintenance'],
['settings','Settings'],
['apikeys','API Keys']
['apikeys','API Keys'],
['manual','Manual Scrobbling'],
['issues','Database Maintenance']
] %}
{% if page=='admin_' + tab_url %}
<span style="opacity:0.5;">{{ tab_name }}</span>

View File

@ -1,6 +1,6 @@
bottle>=0.12.16
waitress>=1.3
doreah>=1.7.1
doreah>=1.7.2
nimrodel>=0.7.0
setproctitle>=1.1.10
wand>=0.5.4