Commit Graph

246 Commits

Author SHA1 Message Date
Simon MacMullen 22652d4b5b Correctly escape special client properties. 2015-01-05 13:36:38 +00:00
Simon MacMullen 0f999f22b7 Cosmetic 2014-10-29 13:29:53 +00:00
Simon MacMullen 2acb80d38e Fix rendering of exclusive queues in the list. Damn it. 2014-10-24 11:28:28 +01:00
Simon MacMullen 8efc02199c Improve appearance of direct connections 2014-10-21 11:21:13 +01:00
Simon MacMullen c5f0e62e17 I suspect if you have long policy names then incorprating policies into the features column will prove annoying. So allow people to move it out by offering a couple of extra column options. And add this feature to the exchanges list while we're there. 2014-10-07 15:33:40 +01:00
Simon MacMullen 1cd0fa7eb0 Rejig the memory use templates to show connection process subtypes. It therefore seems sensible not to try to invent more colours but to put things together into groups. 2014-10-06 12:12:00 +01:00
Simon MacMullen 36f5f96119 Show / hide columns in overview 2014-09-26 18:09:25 +01:00
Simon MacMullen 2cb532efec Just strip this out; I suspect no one in the world cares but if they do we can bring it back with +/- columns. 2014-09-22 15:17:10 +01:00
Simon MacMullen 32f572d9c6 Selectable columns in channel list. 2014-09-19 18:15:29 +01:00
Simon MacMullen 5a3dd3d9f6 Some more columns. 2014-09-19 15:44:43 +01:00
Simon MacMullen 933bfa8886 Column show / hide mechanism, and convert the queue list page to use it for the existing columns. 2014-09-19 15:19:43 +01:00
Simon MacMullen 414e2d2281 Add a crashed state. 2014-09-11 12:05:18 +01:00
Simon MacMullen 836311655c Show queues which are down in management. 2014-09-10 14:11:50 +01:00
Simon MacMullen 2102f7e1b7 Since we now only show the prefix if it's relevant, there's no point in it being small as well. 2014-09-10 13:06:43 +01:00
Simon MacMullen 27d9165dd0 UI tweaks primarily to reduce columns in queue list and clean up queue details:
* Rename "parameters" here to "features" (since we meant "arguments and a bit
  more", not the same as actual parameters!)

* Show the policy in the listing in a way that makes it look like a feature,
  lose one column

* Show the queue's exclusive owner, if there is one, in a way that makes it
  look like a feature

* Hide 'rabbit@' in node names since almost all nodes will be called
  rabbit@something. Still show the node name if it is anything other than
  rabbit.

* Show "implicit args" first, since durable will be popular

* Only show exclusive owner on the details page if it exists. And if it does,
  don't show slaves since they can't exist.

* adjust exchanges to match
2014-08-12 18:22:32 +01:00
Simon MacMullen 7e3579f1f1 Move vhost display up into the h1. 2014-08-07 14:20:10 +01:00
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