mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Fix double quotes around metric label
This commit is contained in:
parent
27971e6a66
commit
962fb70b16
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ Meteor.startup(() => {
|
|||
|
||||
getBoards(boardWithMostActivities).forEach((board, index) => {
|
||||
metricsRes +=
|
||||
`wekan_top10BoardsWithMostActivities{n=${board.title}} ${
|
||||
`wekan_top10BoardsWithMostActivities{n="${board.title}"} ${
|
||||
index + 1
|
||||
}` + '\n';
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue