Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(243)

Unified Diff: dashboard/dashboard/elements/alerts-page.html

Issue 2520963003: Adding a counter to data stoppage alerts (Closed)
Patch Set: removed unncessary id Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/elements/alerts-page.html
diff --git a/dashboard/dashboard/elements/alerts-page.html b/dashboard/dashboard/elements/alerts-page.html
index c9577726d9f10e9fd53451fd11ef3209136c8116..ba0d715d6cfe226cb2f6c869c5cc26c868c15eb7 100644
--- a/dashboard/dashboard/elements/alerts-page.html
+++ b/dashboard/dashboard/elements/alerts-page.html
@@ -121,6 +121,9 @@ found in the LICENSE file.
</template>
<template is="dom-if" if="{{stoppageAlerts.length}}">
<h2>Data stoppage alerts</h2>
+ <p>
+ {{stoppageAlerts.length}} alert<span hidden$="{{computeIsSingular(stoppageAlerts)}}">s</span>.
+ </p>
<alerts-table id="stoppage-alert-table"
xsrf-token="{{xsrfToken}}"
alert-list="{{stoppageAlerts}}"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698