| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
| |
Wouldn't call it fine tuning.
Now got active/inactive/persists/delete state working OK, and things are
showing up prettier.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Now displays time as shown in the database (don't want to use nms.now,
since that might not reflect the actual data). This does have one flaw:
Ping time is a separate request, so technically there could be a miss-match
there.
Also fix the padding-issue with time display. (E.g.:
17:5:5
17:50:5
17:5:50
17:50:50
7:51:15
17:15:51
etc.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
1. Add scaffolding for frontend timer tweaks, and a simple debug UI for it.
2. Add frontend ajax-tracker, to avoid spamming the backend too fast when
it's unable to cope.
3. Considerably simplify the SQL
The SQL tuning has drastically cut the response time of port-state.pl. I
need to update the schema too to reflect the new indexes I'm using.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|