diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-10-01 09:20:42 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-10-01 09:20:42 +0200 |
commit | 14ad0c276b4948476d58c82270f2107c8ae5ecd8 (patch) | |
tree | 2a4e1228c8ca26706e8671720eaa5e178f662bd0 /client/src/app/admin/requests | |
parent | e5e756e2d5424505db23b26c55b6c9e369146d1b (diff) | |
download | PeerTube-14ad0c276b4948476d58c82270f2107c8ae5ecd8.tar.gz PeerTube-14ad0c276b4948476d58c82270f2107c8ae5ecd8.tar.zst PeerTube-14ad0c276b4948476d58c82270f2107c8ae5ecd8.zip |
Client: handle the case when the refreshing token step fails
Diffstat (limited to 'client/src/app/admin/requests')
-rw-r--r-- | client/src/app/admin/requests/request-stats/request-stats.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/admin/requests/request-stats/request-stats.component.html b/client/src/app/admin/requests/request-stats/request-stats.component.html index 04e5937f8..1b90100e7 100644 --- a/client/src/app/admin/requests/request-stats/request-stats.component.html +++ b/client/src/app/admin/requests/request-stats/request-stats.component.html | |||
@@ -12,7 +12,7 @@ | |||
12 | </div> | 12 | </div> |
13 | 13 | ||
14 | <div> | 14 | <div> |
15 | <span class="label-description">Total requests:</span> | 15 | <span class="label-description">Remaining requests:</span> |
16 | {{ stats.requests.length }} | 16 | {{ stats.requests.length }} |
17 | </div> | 17 | </div> |
18 | </div> | 18 | </div> |