mirror of
https://github.com/unraid/webgui.git
synced 2026-04-23 18:48:49 -05:00
File manager: updated file type icons
This commit is contained in:
@@ -88,7 +88,7 @@ function icon_class($ext) {
|
||||
return 'fa fa-clipboard';
|
||||
case 'bat':
|
||||
return 'fa fa-terminal';
|
||||
case 'bot': case 'conf': case 'dat': case 'htaccess': case 'htpasswd': case 'ini': case 'log': case 'pl': case 'tmp': case 'toml': case 'top': case 'txt': case 'yaml': case 'yml':
|
||||
case 'bot': case 'cfg': case 'conf': case 'dat': case 'htaccess': case 'htpasswd': case 'ini': case 'log': case 'pl': case 'tmp': case 'toml': case 'top': case 'txt': case 'yaml': case 'yml':
|
||||
return 'fa fa-file-text-o';
|
||||
case 'c': case 'config': case 'cpp': case 'cs': case 'dtd': case 'exe': case 'ftpquota': case 'gitignore': case 'hbs': case 'json': case 'jsx': case 'lock': case 'map': case 'md': case 'msi': case 'passwd': case 'rs': case 'sh': case 'sql': case 'tpl': case 'ts': case 'tsx': case 'twig':
|
||||
return 'fa fa-file-code-o';
|
||||
|
||||
Reference in New Issue
Block a user