From 20984e2a7339721a02f549d7e2e7cfb10b615f16 Mon Sep 17 00:00:00 2001 From: John Cowen Date: Wed, 4 Sep 2019 11:45:13 +0100 Subject: [PATCH] ui: re-remove the `Type` header on the service listing page (#6439) The `Type` column used for giving details on what type of a service each item is was removed in https://github.com/hashicorp/consul/pull/6075. As a result of keeping long running branches in sync, this change was partly reverted in an earlier PR (the type header was re-added) https://github.com/hashicorp/consul/pull/5913 following a rebase. This commit re-removes the `Type` table header (the ``) --- ui-v2/app/templates/dc/services/index.hbs | 1 - 1 file changed, 1 deletion(-) diff --git a/ui-v2/app/templates/dc/services/index.hbs b/ui-v2/app/templates/dc/services/index.hbs index c7b40c667e..386d05deca 100644 --- a/ui-v2/app/templates/dc/services/index.hbs +++ b/ui-v2/app/templates/dc/services/index.hbs @@ -28,7 +28,6 @@ }} {{#block-slot 'header'}} Service - Type Health ChecksThe number of health checks for the service on all nodes Tags {{/block-slot}}