mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 13:23:24 -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
|
@ -377,6 +377,9 @@
|
|||
case 'buffering':
|
||||
state_icon = '<i class="fa fa-fw fa-spinner"></i> ';
|
||||
break;
|
||||
case 'error':
|
||||
state_icon = '<i class="fa fa-fw fa-exclamation-triangle"></i> ';
|
||||
break;
|
||||
default:
|
||||
state_icon = '<i class="fa fa-fw fa-question-circle"></i> ';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue