mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 13:41:15 -07:00
Uppercase ZIP archive export download tooltip
This commit is contained in:
parent
889026b092
commit
e735294e1c
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ export_table_options = {
|
||||||
var tooltip_title = '';
|
var tooltip_title = '';
|
||||||
var icon = '';
|
var icon = '';
|
||||||
if (rowData['thumb_level'] || rowData['art_level'] || rowData['logo_level'] || rowData['individual_files']) {
|
if (rowData['thumb_level'] || rowData['art_level'] || rowData['logo_level'] || rowData['individual_files']) {
|
||||||
tooltip_title = 'Zip Archive';
|
tooltip_title = 'ZIP Archive';
|
||||||
icon = 'fa-file-archive';
|
icon = 'fa-file-archive';
|
||||||
} else {
|
} else {
|
||||||
tooltip_title = rowData['file_format'].toUpperCase() + ' File';
|
tooltip_title = rowData['file_format'].toUpperCase() + ' File';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue