diff --git a/js/ControlPage.js b/js/ControlPage.js index d35f7e5..5e1a2e2 100644 --- a/js/ControlPage.js +++ b/js/ControlPage.js @@ -190,8 +190,11 @@ //request filename only once if ($("#infoPrintingFile").text()==="") { _serverAPI.fetchHeader(uuid,function(successData) { + console.log("infoPrintingFile fetchHeader",successData); $("#liPrintingFile").show(); + $("#liPrinterType").show(); $("#infoPrintingFile").text(successData.name); + $("#infoPrinterType").text(successData.printer.title); },function(failData) { $("#liPrintingFile").hide(); }); diff --git a/www/index.html b/www/index.html index 4fbb166..2c1c82b 100644 --- a/www/index.html +++ b/www/index.html @@ -152,6 +152,10 @@ WiFi-Box +
  • + Printer + +
  • Status