zuul/web
Steve Kowalik 4833ea2b90 Correctly show remaining time as unknown
The Python set of calculating the remaining time deals with the fact
that if not all jobs are queued, the remaining time is None. The JS
deals with this by rendering a time of 'null' as 0 minutes, which is
false.  Check for this case, and set the remaining time to 'unknown'
if the job's remaining time is null.

Change-Id: I3e1ea00084a0dc9497b9678b816883d9b984312b
2018-09-12 09:45:06 -06:00
..
builds dashboard: make ZuulService load info api to manage paths 2018-07-17 07:51:48 +00:00
config dashboard: make ZuulService load info api to manage paths 2018-07-17 07:51:48 +00:00
core dashboard: make ZuulService load info api to manage paths 2018-07-17 07:51:48 +00:00
images Use yarn and webpack to manage zuul-web javascript 2018-03-04 07:20:40 -06:00
jobs dashboard: make ZuulService load info api to manage paths 2018-07-17 07:51:48 +00:00
navigation dashboard: make ZuulService load info api to manage paths 2018-07-17 07:51:48 +00:00
status Correctly show remaining time as unknown 2018-09-12 09:45:06 -06:00
stream dashboard: make ZuulService load info api to manage paths 2018-07-17 07:51:48 +00:00
styles Display correct cursor when hovering over patchset header 2018-08-31 07:41:25 +00:00
tenants dashboard: make ZuulService load info api to manage paths 2018-07-17 07:51:48 +00:00
zuul dashboard: make ZuulService load info api to manage paths 2018-07-17 07:51:48 +00:00
.gitignore Use yarn and webpack to manage zuul-web javascript 2018-03-04 07:20:40 -06:00
.jshintignore Use yarn and webpack to manage zuul-web javascript 2018-03-04 07:20:40 -06:00
.jshintrc Use yarn and webpack to manage zuul-web javascript 2018-03-04 07:20:40 -06:00
app-routing.module.ts dashboard: make ZuulService load info api to manage paths 2018-07-17 07:51:48 +00:00
app.component.ts Revert "Revert "Upgrade from angularjs (v1) to angular (v6)"" 2018-06-27 08:37:25 -05:00
app.module.ts dashboard: make ZuulService load info api to manage paths 2018-07-17 07:51:48 +00:00
main.ts Revert "Revert "Upgrade from angularjs (v1) to angular (v6)"" 2018-06-27 08:37:25 -05:00