mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Fix power actions (#789)
This commit is contained in:
@@ -160,7 +160,7 @@
|
||||
}));
|
||||
};
|
||||
|
||||
$wire.$on('setServerState', ({ state }) => {
|
||||
Livewire.on('setServerState', ({ state }) => {
|
||||
socket.send(JSON.stringify({
|
||||
'event': 'set state',
|
||||
'args': [state]
|
||||
|
||||
Reference in New Issue
Block a user