dashboard
dashboard copied to clipboard
Small fixes
While browsing the code in VS I noticed some small places that showed errors when I removed ignoreDeprecations in tsconfig.
I've added the missing semicolon in src/devices/configured-device-card.ts and also adjusted the type property in src/components/process-dialog.ts and src/components/remote-process.ts There was a missing cast in src/wizard/wizard-dialog.ts, so I've also added it.