mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-06 21:35:55 +01:00
local changes
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
from django.dispatch import Signal
|
||||
|
||||
## This event is fired before CyberPanel core start installation of Docker
|
||||
preDockerInstallation = Signal(providing_args=["request"])
|
||||
preDockerInstallation = Signal()
|
||||
|
||||
## This event is fired after CyberPanel core finished intallation of Docker.
|
||||
postDockerInstallation = Signal(providing_args=["request", "response"])
|
||||
postDockerInstallation = Signal()
|
||||
|
||||
Reference in New Issue
Block a user