mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 05:13:21 -07:00
Add error state icon to activity card and history table
This commit is contained in:
parent
9740010368
commit
7ce92d5f17
3 changed files with 7 additions and 0 deletions
|
@ -408,6 +408,8 @@ DOCUMENTATION :: END
|
|||
<i class="fa fa-fw fa-pause"></i>
|
||||
% elif data['state'] == 'buffering':
|
||||
<i class="fa fa-fw fa-spinner"></i>
|
||||
% elif data['state'] == 'error':
|
||||
<i class="fa fa-fw fa-exclamation-triangle"></i>
|
||||
% endif
|
||||
</div>
|
||||
<div class="dashboard-activity-metadata-title">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue