mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
Fixes display issue with socket errors
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
$('#applyUpdate').removeClass('fa-circle-o-notch fa-spinner fa-spin').addClass('fa-question-circle').css({ color: '#FF9900' });
|
||||
if(typeof notifySocketError !== 'object') {
|
||||
notifySocketError = $.notify({
|
||||
message: '{{ trans('server.ajax.socket_error') }}',
|
||||
message: '{!! trans('server.ajax.socket_error') !!}',
|
||||
url: 'https://{{ $node->fqdn }}:{{ $node->daemonListen }}',
|
||||
target: '_blank'
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user