mirror of
https://github.com/frosch95/K8sFileBrowser.git
synced 2026-04-11 21:08:22 +02:00
added symbolic link filetype
This commit is contained in:
@@ -56,6 +56,8 @@ public class KubernetesFileInformationResult
|
||||
{
|
||||
"directory" => FileType.Directory,
|
||||
"regular file" => FileType.File,
|
||||
"regular empty file" => FileType.File,
|
||||
"symbolic link" => FileType.SymbolicLink,
|
||||
_ => FileType.Unknown
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user