Re: Review Request 65351: Reordered roles in Web UI to display them alphabetically by default.

2018-01-29 Thread Benjamin Mahler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65351/#review196455 --- Ship it! src/webui/master/static/js/app.js Line 276

Re: Review Request 65351: Reordered roles in Web UI to display them alphabetically by default.

2018-01-29 Thread Armand Grillet
> On Jan. 27, 2018, 2:22 a.m., Benjamin Mahler wrote: > > Isn't this just doing reverse alphabetical? > > > > z > > z/z > > z/b > > z/a > > b > > a > > a/b > > a/a > > > > Ideally we would have: > > > > a > > a/z > > a/b > > b > > z > > z/a > > z/b > > z/z With the patch it is alphabetical:

Re: Review Request 65351: Reordered roles in Web UI to display them alphabetically by default.

2018-01-26 Thread Benjamin Mahler
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65351/#review196382 --- Isn't this just doing reverse alphabetical? z z/z z/b z/a b a

Re: Review Request 65351: Reordered roles in Web UI to display them alphabetically by default.

2018-01-26 Thread Mesos Reviewbot Windows
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65351/#review196362 --- PASS: Mesos patch 65351 was successfully built and tested.

Re: Review Request 65351: Reordered roles in Web UI to display them alphabetically by default.

2018-01-26 Thread Mesos Reviewbot Windows
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65351/#review196357 --- PASS: Mesos patch 65351 was successfully built and tested.

Review Request 65351: Reordered roles in Web UI to display them alphabetically by default.

2018-01-26 Thread Armand Grillet
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/65351/ --- Review request for mesos and Benjamin Mahler. Bugs: MESOS-8495