summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/templates/moment.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/moment.html b/www/templates/moment.html
index 9c4c13be..47892264 100644
--- a/www/templates/moment.html
+++ b/www/templates/moment.html
@@ -98,7 +98,7 @@
<figure class="grid-item grid-item-{{gridSize}}" ng-repeat="moment in moments | onlyEnabledMoments">
- <figcaption ng-if="showIcons" class="normal-figheader">&nbsp;{{moment.Event.monitorName}}
+ <figcaption ng-if="showIcons" class="normal-figheader">&nbsp;{{::moment.Event.monitorName}}
<span style="float:right">
<button class="button button-small button-icon icon {{moment.Event.icon}}" ng-click="toggleCollapse(moment.Event.MonitorId, moment.Event.Id)"></button>{{moment.Event.collapseCount}}&nbsp;</span>
</figcaption>
@@ -111,7 +111,7 @@
</div>
- <figcaption ng-if="showIcons" class="normal-figcaption">&nbsp;{{moment.Event.humanizeTime}}
+ <figcaption ng-if="showIcons" class="normal-figcaption">&nbsp;{{::moment.Event.humanizeTime}}
<span style="float:right">{{hourmin(moment.Event.StartTime)}}&nbsp;</span>
</figcaption>
</figure>