Tweak calendar z-index and uncomment type filters
This commit is contained in:
@@ -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"]]
|
||||
|
||||
Reference in New Issue
Block a user