Implement getting alerts in overview
This commit is contained in:
@@ -40,6 +40,7 @@ from core.views.manage.threshold.irc import (
|
||||
ThresholdIRCNetworkRelays,
|
||||
ThresholdIRCNetworkRelayStatus,
|
||||
ThresholdIRCNetworks,
|
||||
ThresholdIRCOverviewAlerts,
|
||||
ThresholdIRCStats,
|
||||
)
|
||||
|
||||
@@ -101,6 +102,11 @@ urlpatterns = [
|
||||
ThresholdIRCStats.as_view(),
|
||||
name="threshold_irc_stats",
|
||||
),
|
||||
path(
|
||||
"manage/threshold/irc/overview/alerts/",
|
||||
ThresholdIRCOverviewAlerts.as_view(),
|
||||
name="threshold_irc_overview_alerts",
|
||||
),
|
||||
path(
|
||||
"manage/threshold/irc/overview/networks/",
|
||||
ThresholdIRCNetworks.as_view(),
|
||||
|
||||
Reference in New Issue
Block a user