Skip to content

Commit 36668cd

Browse files
committed
mbiguous term "Last updated" for endpoint heartbeats, fixes #52
1 parent 69c56cc commit 36668cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServicePulse.Host/app/js/endpoints/endpoints.tpl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<div class="span5">
1414
<div style="margin: 5px;" ng-class="{'alert-success': endpoint.active, 'alert-danger': endpoint.active == false}">
1515
<h4>{{endpoint.endpoint}}@{{endpoint.machine}}</h4>
16-
<p>Last Updated: <sp-moment date="{{endpoint.last_sent_at}}" /></p>
16+
<p>Latest heartbeat received: <sp-moment date="{{endpoint.last_sent_at}}" /></p>
1717
</div>
1818
</div>
1919
</div>

0 commit comments

Comments
 (0)