Tweak calendar z-index and uncomment type filters

This commit is contained in:
2022-08-12 20:45:25 +01:00
parent d6f47d0841
commit ddb737fdc6
7 changed files with 24 additions and 21 deletions

View File

@@ -19,7 +19,7 @@ from core.lib.threshold import (
get_users,
)
from core.views.ui.tables import DrilldownTable
from core.lib import threshold
def parse_dates(dates):
spl = dates.split(" - ")
@@ -260,7 +260,6 @@ class DrilldownContextModal(APIView):
query_params["mtype"] = None
if request.user.is_superuser:
if query_params["type"] == "query":
#bot_nick = threshold.irc_get_nick(query_params["net"], query_params["num"])
print("BOT NICK", query_params["channel"])
print("QUERY NICK", query_params["nick"])
nicks = [query_params["channel"], query_params["nick"]]