Dateiverwaltung für die WebBox
Ulrich
2020-04-16 691da2655a75cd1078595449591e1836e495b39a
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) {