Age | Commit message (Collapse) | Author | Files | Lines |
|
Whenever we encounter an exception (which is usually due to a network
problem), default to the active refresh time as to recover from the
situation as soon as possible. Eg: Only wait the full idle time when
the server successfully reports it is idle.
There isn't even a real concern here of request load on the server,
since we can't reach the server in this condition anyway.
Signed-off-by: Malfurious <m@lfurio.us>
|
|
The css class originally used to represent service removal jobs is
renamed to "standout". I wish to reuse it in other exceptional contexts
which should draw the user's attention - which of course also covers the
case of service removal. "Standout" is a more generic term for this.
Signed-off-by: Malfurious <m@lfurio.us>
|
|
Adds javascript to implement self-hydration for the main page. Several
aspects of these features can be customized via new settings in
config.sh.
Signed-off-by: Malfurious <m@lfurio.us>
|