Skip to content

Commit a200610

Browse files
nikodemasamotl
authored andcommitted
Fix datasource output text
1 parent e628a5d commit a200610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grafana_wtf/report/textual.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def output_items(self, label, items, url_callback):
4242

4343
# Output match title / entity name.
4444
name = self.get_item_name(item)
45-
section = f"Dashboard »{name}«"
45+
section = f"{_s(label)[:-1]} »{name}«"
4646
print(_ssb(section))
4747
print("=" * len(section))
4848

0 commit comments

Comments
 (0)