Re: [pve-devel] [PATCH pve_flutter_frontend 3/3] Add first welcome screen

2020-09-30 Thread Tim Marx
comments inline > Aaron Lauterer hat am 28.09.2020 15:41 geschrieben: > > > Signed-off-by: Aaron Lauterer > --- > Same patch without temp png files. > > Thanks @Dominik for noticing > > .../ssl_validate/login_manager_screen.png | Bin 0 -> 20389 bytes > .../login_manager_screen_settings

Re: [pve-devel] [PATCH pve_flutter_frontend 2/3] add Proxmox symbol logo white orange

2020-09-30 Thread Tim Marx
I think there is something wrong with the resolution here, the x3 seems far bigger and height values are slightly wrong as well. > Aaron Lauterer hat am 28.09.2020 14:28 geschrieben: > > > Signed-off-by: Aaron Lauterer > --- > .../2.0x/Proxmox-logo-symbol-white-orange.png | Bin 0 -> 18270

Re: [pve-devel] [PATCH pve_flutter_frontend 1/3] add class for Proxmox corporate identity colors

2020-09-30 Thread Tim Marx
> Aaron Lauterer hat am 28.09.2020 14:28 geschrieben: > > > Signed-off-by: Aaron Lauterer > --- > lib/main.dart | 3 ++- > lib/utils/promox_colors.dart | 10 ++ > lib/widgets/pve_guest_overview_header.dart | 3 ++- > lib/widgets/pve_node_

[pve-devel] [PATCH pve_flutter_frontend] add changes to support local biometric authentication

2020-09-30 Thread Tim Marx
Signed-off-by: Tim Marx --- android/app/src/debug/AndroidManifest.xml | 2 + android/app/src/main/AndroidManifest.xml | 1 + .../app/pve_flutter_frontend/MainActivity.kt | 4 +- pubspec.lock | 52 --- 4 files changed, 38 insertions

[pve-devel] [PATCH proxmox_login_manager] add option for local biometric authentication

2020-09-30 Thread Tim Marx
Signed-off-by: Tim Marx --- lib/proxmox_general_settings_form.dart | 39 +++- lib/proxmox_general_settings_model.dart | 12 +- lib/proxmox_login_form.dart | 9 +- lib/proxmox_login_model.dart| 4 +- lib/proxmox_login_selector.dart | 234

Re: [pve-devel] Flutter App counts LXC offline containers wrong

2020-09-25 Thread Tim Marx
> Stephan Leemburg hat am 25.09.2020 10:26 > geschrieben: > > > Hi, > > For me on a 2 node cluster it shows > > LXC Container 19 > > Online 15 > > Offline -13 > > And there are 2 VM's. They show correctly > > Virtual Machines 2 > > Online 1 > > Offline 1 > Already fixed, but thanks