| 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}}"
|
|
|