mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-08-25 08:25:07 +03:00
Implement JSON configuration editor in WebUI with save and restart functionality. Enhance configuration handling by converting data to JSON format and adding validation features. Update styles for improved user experience.
This commit is contained in:
parent
4935fcf226
commit
0d0f524071
7 changed files with 650 additions and 352 deletions
|
@ -104,6 +104,11 @@ window.translations.en = {
|
|||
'configuration_file': 'Configuration File',
|
||||
'refresh': 'Refresh',
|
||||
'save_config': 'Save',
|
||||
'save_and_restart': 'Save and Restart',
|
||||
'format': 'Format',
|
||||
'validate': 'Validate',
|
||||
'json_configuration': 'JSON Configuration',
|
||||
'line_numbers': 'Line Numbers',
|
||||
'config_save_success': 'Configuration saved successfully',
|
||||
'config_save_error': 'Error saving configuration',
|
||||
'config_load_error': 'Error loading configuration',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue