feat: load configuration from file
* import json config file & update the config (restore) * export the config and save it to json file (backup)
This commit is contained in:
@@ -11,6 +11,8 @@ const messages = { // eslint-disable-line no-unused-vars
|
||||
clients: 'Clients',
|
||||
new: 'New',
|
||||
deleteClient: 'Delete Client',
|
||||
upload: 'Upload',
|
||||
download: 'Download',
|
||||
deleteDialog1: 'Are you sure you want to delete',
|
||||
deleteDialog2: 'This action cannot be undone.',
|
||||
cancel: 'Cancel',
|
||||
|
||||
Reference in New Issue
Block a user