feat: invalid symlink icon

This commit is contained in:
Ramires Viana
2022-05-05 15:14:40 +00:00
parent 8a43413f88
commit b14b9114f8
3 changed files with 13 additions and 5 deletions

View File

@@ -98,7 +98,7 @@ export default {
methods: {
...mapMutations(["addSelected", "removeSelected", "resetSelected"]),
humanSize: function () {
return filesize(this.size);
return this.type == "invalid_link" ? "invalid link" : filesize(this.size);
},
humanTime: function () {
if (this.readOnly == undefined && this.user.dateFormat) {