[pve-devel] [PATCH v2 manager 3/5] ui: add qrcode.min.js
Wolfgang Bumiller
w.bumiller at proxmox.com
Tue Apr 2 12:22:06 CEST 2019
Signed-off-by: Wolfgang Bumiller <w.bumiller at proxmox.com>
---
NOTE: the qrcode.min.js is a >998 character line which git send-email
doesn't like, so fetch it from here...:
https://github.com/davidshimjs/qrcodejs
www/Makefile | 1 +
www/qrcode.min.js | 1 +
2 files changed, 2 insertions(+)
create mode 100644 www/qrcode.min.js
diff --git a/www/Makefile b/www/Makefile
index 0b7857a0..9691f1f0 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -10,6 +10,7 @@ install:
install -m 0644 index.html.tpl ${WWWBASEDIR}
install -d ${WWWJSDIR}
install -m 0644 u2f-api.js ${WWWJSDIR}
+ install -m 0644 qrcode.min.js ${WWWJSDIR}
.PHONY: clean
clean:
--
2.11.0
More information about the pve-devel
mailing list