Implement widget spawning
This commit is contained in:
@@ -422,6 +422,8 @@ class ThresholdInfoModal(APIView):
|
||||
return JsonResponse({"success": False})
|
||||
if type == "window":
|
||||
self.template_name = "windows/drilldown.html"
|
||||
elif type == "widget":
|
||||
self.template_name = "widgets/drilldown.html"
|
||||
|
||||
net = request.data["net"]
|
||||
nick = request.data["nick"]
|
||||
|
||||
Reference in New Issue
Block a user