mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Somehow the delete function was broken. Fixed it
This commit is contained in:
parent
2df9810ab4
commit
032da16a7b
@ -242,7 +242,7 @@ let server_id = '{{ data['server_stats']['server_id']['server_id'] }}';
|
||||
className: 'btn-danger',
|
||||
},
|
||||
cancel: {
|
||||
label: "<i class="fas fa-times"></i>{{ translate('serverConfig', 'noDeleteFiles') }}",
|
||||
label: "{{ translate('serverConfig', 'noDeleteFiles') }}",
|
||||
className: 'btn-link',
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user