mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
No longer exposing passwords in html forms. Removed some old headphones js. Minor styling adjustments. Current activity on home screen now works. Some history table fixes and additions. Info screen for video items now works.
9 lines
No EOL
201 B
HTML
9 lines
No EOL
201 B
HTML
% if activity != None:
|
|
% if activity == '0':
|
|
<h3>Activity</h3>
|
|
% else:
|
|
<h3>Activity <strong>${activity}</strong> stream(s)</h3>
|
|
% endif
|
|
% else:
|
|
<h3>Activity</h3>
|
|
% endif |