Add error state icon to activity card and history table

This commit is contained in:
JonnyWong16 2020-09-21 18:30:41 -07:00
commit 7ce92d5f17
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
3 changed files with 7 additions and 0 deletions

View file

@ -408,6 +408,8 @@ DOCUMENTATION :: END
<i class="fa fa-fw fa-pause"></i>&nbsp;
% elif data['state'] == 'buffering':
<i class="fa fa-fw fa-spinner"></i>&nbsp;
% elif data['state'] == 'error':
<i class="fa fa-fw fa-exclamation-triangle"></i>&nbsp;
% endif
</div>
<div class="dashboard-activity-metadata-title">