mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 13:23:24 -07:00
Settings page rewrite. Please clear page cache if things look funky.
Set default check github to enable after first run.
This commit is contained in:
parent
9a5348dbfa
commit
bb3139727e
6 changed files with 1419 additions and 6 deletions
|
@ -141,13 +141,13 @@ from plexpy import version
|
|||
% endif
|
||||
% if title=="Settings":
|
||||
<li class="active">
|
||||
<a href="config">
|
||||
<a href="settings">
|
||||
<i class="fa fa-cog fa-2x" data-toggle="tooltip" data-placement="bottom" title="Settings" id="settings"></i>
|
||||
</a>
|
||||
</li>
|
||||
% else:
|
||||
<li>
|
||||
<a href="config">
|
||||
<a href="settings">
|
||||
<i class="fa fa-cog fa-2x" data-toggle="tooltip" data-placement="bottom"
|
||||
title="Settings" id="settings"></i></a></li>
|
||||
% endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue