feat(user-config): Upload user configuration from json/bin file (#545)
* feat(user-config): Upload user configuration from json/bin file * fix error message * remove file extension filter * apply user config after loaded from file * add file filter * remove file filter
This commit is contained in:
committed by
László Monda
parent
b3f2e3451e
commit
f0139c55ee
4
packages/uhk-web/src/app/models/upload-file-data.ts
Normal file
4
packages/uhk-web/src/app/models/upload-file-data.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface UploadFileData {
|
||||
filename: string;
|
||||
data: Array<number>;
|
||||
}
|
||||
Reference in New Issue
Block a user