mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-15 01:32:57 -07:00
Add default stream state icon
This commit is contained in:
parent
842a76aae1
commit
03bf4a9ef8
2 changed files with 9 additions and 5 deletions
|
@ -410,6 +410,8 @@ DOCUMENTATION :: END
|
|||
<i class="fa fa-fw fa-spinner"></i>
|
||||
% elif data['state'] == 'error':
|
||||
<i class="fa fa-fw fa-exclamation-triangle"></i>
|
||||
% else:
|
||||
<i class="fa fa-fw fa-question-circle"></i>
|
||||
% endif
|
||||
</div>
|
||||
<div class="dashboard-activity-metadata-title">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue