From 6c0cd2155dd30a7af8a8aa98b7a684cbe6ad15dc Mon Sep 17 00:00:00 2001 From: Buck Doyle Date: Mon, 29 Jul 2019 09:58:03 -0500 Subject: [PATCH] Change UI changelog entries to be length-sorted Thanks to @notnoop for letting me know about this: https://github.com/hashicorp/nomad/pull/6007#discussion_r308052454 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aeff875a5..781c64052 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,9 +10,9 @@ IMPROVEMENTS: * client: Removed extraneous information to improve formatting for hcl parsing error messages [[GH-5972](https://github.com/hashicorp/nomad/pull/5972)] * driver/docker: Added logging defaults to use json-file log driver with log rotation [[GH-5846](https://github.com/hashicorp/nomad/pull/5846)] * metrics: Added namespace label as appropriate to metrics [[GH-5847](https://github.com/hashicorp/nomad/issues/5847)] - * ui: Moved client status, draining, and eligibility fields into single state column [[GH-5789](https://github.com/hashicorp/nomad/pull/5789)] - * ui: Added buttons to copy client and allocation UUIDs [[GH-5926](https://github.com/hashicorp/nomad/pull/5926)] * ui: Added page titles [[GH-5924](https://github.com/hashicorp/nomad/pull/5924)] + * ui: Added buttons to copy client and allocation UUIDs [[GH-5926](https://github.com/hashicorp/nomad/pull/5926)] + * ui: Moved client status, draining, and eligibility fields into single state column [[GH-5789](https://github.com/hashicorp/nomad/pull/5789)] BUG FIXES: