diff --git a/views/default.handlebars b/views/default.handlebars index 8730368e..46c60e30 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -11058,7 +11058,7 @@ h = '
'; h += ' ' + right + ''; h += '
'; - if (isWindowsNode(currentNode) && currentNode.volumes && currentNode.volumes[shortname.charAt(0).toUpperCase()] && currentNode.volumes[shortname.charAt(0).toUpperCase()].name) { + if (isWindowsNode(currentNode) && f.dt && currentNode.volumes && currentNode.volumes[shortname.charAt(0).toUpperCase()] && currentNode.volumes[shortname.charAt(0).toUpperCase()].name) { h += currentNode.volumes[shortname.charAt(0).toUpperCase()].name + " (" + shortname + ")"; } else { h += shortname;