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 e628a5d commit a200610Copy full SHA for a200610
grafana_wtf/report/textual.py
@@ -42,7 +42,7 @@ def output_items(self, label, items, url_callback):
42
43
# Output match title / entity name.
44
name = self.get_item_name(item)
45
- section = f"Dashboard »{name}«"
+ section = f"{_s(label)[:-1]} »{name}«"
46
print(_ssb(section))
47
print("=" * len(section))
48
0 commit comments