aboutsummaryrefslogtreecommitdiffstats
path: root/ui/imports/ui/components/dashboard/dashboard.html
diff options
context:
space:
mode:
authorKoren Lev <korenlev@gmail.com>2017-09-07 16:07:17 +0300
committerKoren Lev <korenlev@gmail.com>2017-09-07 16:07:17 +0300
commitf95cd97e11f6d11d5412ef19704dcb6e8b9d022c (patch)
tree2b10ad279f02c5a575e0a723484a69ebe7474113 /ui/imports/ui/components/dashboard/dashboard.html
parentcb24f67be756b8a92cee1ee3284207e95a03e6d3 (diff)
refactoring of messages
Change-Id: Ia0de54892a5175194234d887e617715398c9a639 Signed-off-by: Koren Lev <korenlev@gmail.com>
Diffstat (limited to 'ui/imports/ui/components/dashboard/dashboard.html')
-rw-r--r--ui/imports/ui/components/dashboard/dashboard.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/imports/ui/components/dashboard/dashboard.html b/ui/imports/ui/components/dashboard/dashboard.html
index fcc1d6e..1edf507 100644
--- a/ui/imports/ui/components/dashboard/dashboard.html
+++ b/ui/imports/ui/components/dashboard/dashboard.html
@@ -36,7 +36,7 @@
(vconnectorsCount envItem.name)
) }}
</div>
- {{/each}} <!-- envItem in envList -->
+ {{/each}} <!-- envItem in envList -->
</div> <!-- flex box for environment cards -->
@@ -47,7 +47,7 @@
{{#each messagesInfoBox in (getListMessagesInfoBox) }}
<div class="sm-message-box">
{{> MessagesInfoBox (argsMessagesInfoBox messagesInfoBox
- (messageCount messagesInfoBox.level)) }}
+ (countOf (msgCounterName messagesInfoBox.level))) }}
</div>
{{/each }}
</div>