Implement provisioning relays
This commit is contained in:
@@ -40,6 +40,7 @@ from core.views.manage.threshold.irc import (
|
||||
ThresholdIRCNetworkInfo,
|
||||
ThresholdIRCNetworkInfoEdit,
|
||||
ThresholdIRCNetworkRelayDel,
|
||||
ThresholdIRCNetworkRelayProvision,
|
||||
ThresholdIRCNetworkRelays,
|
||||
ThresholdIRCNetworkRelayStatus,
|
||||
ThresholdIRCNetworks,
|
||||
@@ -137,6 +138,11 @@ urlpatterns = [
|
||||
ThresholdIRCActionsRegistration.as_view(),
|
||||
name="threshold_irc_actions_registration_net",
|
||||
),
|
||||
path(
|
||||
"manage/threshold/irc/network/<str:net>/<int:num>/provision/",
|
||||
ThresholdIRCNetworkRelayProvision.as_view(),
|
||||
name="threshold_irc_network_relay_provision",
|
||||
),
|
||||
path(
|
||||
"manage/threshold/irc/actions/registration/",
|
||||
ThresholdIRCActionsRegistration.as_view(),
|
||||
|
||||
Reference in New Issue
Block a user