]> git.proxmox.com Git - pmg-gui.git/commit - Makefile
close #1671: implement mobile UI for quarantine
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 18 Feb 2019 12:50:50 +0000 (13:50 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 19 Feb 2019 09:04:19 +0000 (10:04 +0100)
commit43f0b189d9630115695183d1748d68a6c378c33f
tree6cbdfe78981239c66d04e676a46a53d35256698d
parent80ccc3425b6bd353a341af7065e628fb05876627
close #1671: implement mobile UI for quarantine

this patch implements a UI for the Quarantine, designed to
be looked at on mobile phones

for this we use Framework7 instead of extjs, since it has much more
features and looks more native on phones

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Makefile
css/ext6-pmg-mobile.css [new file with mode: 0644]
debian/control
js/Makefile
js/mobile/app.js [new file with mode: 0644]
js/mobile/component.js [new file with mode: 0644]
js/mobile/loginscreen.js [new file with mode: 0644]
js/mobile/mailview.js [new file with mode: 0644]
js/mobile/quarantineview.js [new file with mode: 0644]
js/mobile/utils.js [new file with mode: 0644]
pmg-mobile-index.html.tt [new file with mode: 0644]