We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c15dde commit 2f8c3d4Copy full SHA for 2f8c3d4
debug_toolbar/toolbar.py
@@ -82,7 +82,7 @@ def health_level(self):
82
if not self.panels:
83
return HealthLevel.NONE
84
85
- return max(panel.health_level for panel in self.panels)
+ return max(panel.health_level for panel in self.enabled_panels)
86
87
def get_panel_by_id(self, panel_id):
88
"""
0 commit comments