Commit Graph

230 Commits

Author SHA1 Message Date
Simon MacMullen 9ada0e8491 Report on enabled plugins. Also reinstate the disc vs ram and mgmt stats DB indicators in the single node case and remove the "accessing the management UI from this node" thing altogether as it's fairly useless. 2014-07-02 14:37:04 +01:00
Simon MacMullen 219dbac113 Merge bug26255 2014-06-27 13:33:40 +01:00
Simon MacMullen 2d8ec5a2d9 This stuff should really live in charts.js. 2014-06-26 17:06:22 +01:00
Simon MacMullen f93886ecd1 Reduce distance to default. 2014-06-26 16:56:42 +01:00
Simon MacMullen 7192fece7b Conserve some horizontal space. 2014-06-25 12:11:07 +01:00
Simon MacMullen f6cf14d454 Oops. 2014-06-25 09:39:58 +01:00
Simon MacMullen 4e4cbd8993 Remove much of the specialness of charts, and revert to showing them only on the details page. 2014-06-24 17:50:24 +01:00
Simon MacMullen 23511a28fe This was my original vision - little sparklines. It doesn't actually work very well. 2014-06-24 15:46:57 +01:00
Simon MacMullen 8159cc5169 Fix various appearance bugs. 2014-06-24 13:14:12 +01:00
Michael Klishin 6995f7c9fc connected_at info is now a timestamp, format to a human-readable date in the templates 2014-06-23 17:18:18 +04:00
Simon MacMullen f6788f1817 whitespace 2014-06-17 14:30:32 +01:00
Simon MacMullen 5c7cf913da Unify the charts and node stats bar things. WIP. 2014-06-17 14:13:39 +01:00
Simon MacMullen f1216b5f39 Whitespace. 2014-06-12 15:40:21 +01:00
Simon MacMullen 21710116c3 Charts for all meaningful node stats and a bit of fiddling with layout. 2014-06-12 15:36:53 +01:00
Simon MacMullen 0815ce6b0c Proof-of-concept: show a chart of memory use over time. 2014-06-11 16:33:53 +01:00
Simon MacMullen 74235e35eb UI to hide lines in charts. 2014-06-04 17:44:19 +01:00
Simon MacMullen c86fc4bc94 Go back to rendering the colour box with a floating element since unicode 2b1b seems not very reliably installed. 2014-01-24 14:46:15 +00:00
Simon MacMullen b98a25d9ee Lighter state badges 2014-01-21 15:36:17 +00:00
Simon MacMullen c5403773d5 Fix search and replace mishap. It's... not an 'Objection'. 2013-12-12 16:39:08 +00:00
Simon MacMullen f796e3075d Unbreak display of sync state. 2013-12-10 14:28:33 +00:00
Simon MacMullen 7c1ca34b29 Show idle state consistently with other states. 2013-12-05 17:51:34 +00:00
Simon MacMullen c43108f0e9 Show credit flow state for channels and queues, merge display with that of idleness. 2013-12-02 14:57:43 +00:00
Simon MacMullen 2c768c3078 Move determination of flow-ness into the server. 2013-12-02 13:47:07 +00:00
Simon MacMullen 7438ccd7f0 Cope with percentages being missing. 2013-11-20 11:18:13 +00:00
Simon MacMullen 867b5df14d Do the percent-formatting in the web UI layer. 2013-11-19 14:14:06 +00:00
Simon MacMullen 1a7f31125b If the regex is invalid, display the error message rather than returning all rows. 2013-11-13 11:09:44 +00:00
Simon MacMullen ecdac946c7 Reduce distance to default and fix layout (on my browser at least...) 2013-11-12 17:09:02 +00:00
Simon MacMullen 77a0f492f6 Patch as contributed. 2013-11-12 16:41:31 +00:00
Simon MacMullen e3d2002df0 Deal better with axes for charts with very small max values; it's not great to show [0, 0.5, 1.0, 1.5] msgs but it's better than [0, 1, 1, 2]. 2013-09-06 14:08:12 +01:00
Simon MacMullen 81f3ee8dbf Hide internal-purpose exchange types, and de-emphasise internal-purpose exchanges and queues. 2013-09-05 15:27:03 +01:00
Simon MacMullen 7ba223e944 stable to default 2013-08-16 16:43:04 +01:00
Simon MacMullen c2fdcc1d61 Fix dumb typo that had been there since bug 24826. 2013-08-16 16:42:52 +01:00
Simon MacMullen b35464d46a "und,efi,ned" is not how you display undefined with fmt_num_thousands(). 2013-08-16 16:38:42 +01:00
Simon MacMullen 42cfe5dfa5 More thousands 2013-06-28 17:30:08 +01:00
Simon MacMullen 0dead89352 Improve formatting of y-axis numbers (limit to two ticks when showing 0-1, and shorten the numbers using SI suffixes). And stick "," in for thousands for non-chart numbers. 2013-06-17 15:40:42 +01:00
Simon MacMullen 51afa0d9e3 Merge (rather late) bug 25406. 2013-05-14 17:00:55 +01:00
Simon MacMullen 7e68d5f20a Fix data-rate charts (connection details page). 2013-05-01 11:54:15 +01:00
Simon MacMullen d195fcba07 A certain amount of messing around to get the right bits "updatable". 2013-04-26 12:30:52 +01:00
Simon MacMullen 70392b0f96 Configurable truncate limit. 2013-04-25 16:13:44 +01:00
Simon MacMullen cb205f01c1 Nicer axis labels. 2013-04-09 12:54:02 +01:00
Simon MacMullen 3a83526ca5 Singular / plural 2013-03-26 12:42:29 +00:00
Simon MacMullen 0bb1c48d23 Merge in default 2013-03-21 10:52:43 +00:00
Simon MacMullen 5d5c555f07 Oops 2013-03-15 17:09:14 +00:00
Simon MacMullen 66452785f5 Remove a dubious full stop. 2013-03-07 10:48:16 +00:00
Simon MacMullen 1e82ca403b Now that we have filtering we may as well truncate to the first 100, 500 was always a compromise about not wanting to truncate too early. 2013-03-07 10:47:17 +00:00
Simon MacMullen d8def82db9 Put the class on the right thing. 2013-03-07 10:43:24 +00:00
Simon MacMullen 0be34664ee Reinstate maybe_truncate(), it's used by the bindings include (and it would be rather fiddly to make that filterable). 2013-03-07 10:40:25 +00:00
Simon MacMullen f2bc3e2055 Visual improvements. 2013-03-06 14:59:31 +00:00
Simon MacMullen ddc9c87438 Split out filter_ui (which does not want to be updateable) from maybe_truncate (which does). Rearrange how HTML gets escaped to make sure we highlight things that need escaping. 2013-03-06 12:29:30 +00:00
Simon MacMullen ad2ab2746e Crude filtering on the client side. 2013-03-05 18:04:15 +00:00