Dateiverwaltung für die WebBox
ulrich@undisclosed
2020-04-18 f9ce7f5a92371eac9c242a02b62e42049a26025f
web/ui/data.js
@@ -126,6 +126,14 @@
    }
    
  };
  this.fileDate = function() {
    return moment(self.fr.lastModified).format("YYYY-MM-DD-hh-mm-ss-SSS");
  };
  this.fileSize = function() {
    return numeral(self.fr.length).format("0.00 b");
  };
}
function BcrFiles(fl) {