Commit Graph

261 Commits

Author SHA1 Message Date
Simon MacMullen 6f53f69401 stable to default 2015-01-19 12:54:04 +00:00
Simon MacMullen f6f7a62c1d Don't depend on Array.indexOf(), we want compatibility with MSIE <= 8. 2015-01-19 12:48:28 +00:00
Simon MacMullen 44d35b5fde stable to default 2015-01-06 15:46:34 +00:00
Simon MacMullen 66048c36c9 Merge bug26515 (again) 2015-01-06 15:46:22 +00:00
Simon MacMullen 0b7a2b63c5 Another place where keys need escaping. 2015-01-06 15:46:10 +00:00
Simon MacMullen d2bced8507 Merge bug26517 (again) 2015-01-06 15:45:33 +00:00
Simon MacMullen 6777fb4b3f Make fmt_trunc() actually do the right thing, as well as being secure. 2015-01-06 15:45:05 +00:00
Simon MacMullen 457bb83c4d stable to default 2015-01-06 12:19:34 +00:00
Simon MacMullen 7c5e8aa5b6 Merge bug26518 2015-01-06 12:19:13 +00:00
Simon MacMullen 4180f2fb72 Merge bug26517 2015-01-06 12:19:13 +00:00
Simon MacMullen 32692acbe9 Merge bug26516 2015-01-06 12:19:13 +00:00
Simon MacMullen 271a5f6d3c Correctly escape user names in vhost list and vice versa. 2015-01-05 13:39:09 +00:00
Simon MacMullen 22652d4b5b Correctly escape special client properties. 2015-01-05 13:36:38 +00:00
Simon MacMullen 4a7e37cdc0 Correctly escape policy names. 2015-01-05 13:31:58 +00:00
Simon MacMullen c233613c3e Correctly escape table key names. 2015-01-05 13:31:27 +00:00
Simon MacMullen 3cfee9f12d Rework the fmt_foo functions that can be plugged into charts for rather greater simplicity, and thus get the I/O stats charts looking better. 2014-11-06 16:14:42 +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