mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 22:44:46 +02:00
Fix power actions (#789)
This commit is contained in:
parent
8cc91b0747
commit
6921c8b350
@ -160,7 +160,7 @@
|
|||||||
}));
|
}));
|
||||||
};
|
};
|
||||||
|
|
||||||
$wire.$on('setServerState', ({ state }) => {
|
Livewire.on('setServerState', ({ state }) => {
|
||||||
socket.send(JSON.stringify({
|
socket.send(JSON.stringify({
|
||||||
'event': 'set state',
|
'event': 'set state',
|
||||||
'args': [state]
|
'args': [state]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user