From 4dbb1e16f4d11fd09e05f3a38ccf5c905790bd24 Mon Sep 17 00:00:00 2001 From: wenincode Date: Wed, 26 Oct 2022 11:07:42 -0600 Subject: [PATCH] Replace k8s informed action with flight icon --- .../app/components/consul/intention/list/table/index.hbs | 9 +++++---- .../consul-ui/app/components/informed-action/skin.scss | 6 ------ 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/ui/packages/consul-ui/app/components/consul/intention/list/table/index.hbs b/ui/packages/consul-ui/app/components/consul/intention/list/table/index.hbs index e8190f4838..06103cd64c 100644 --- a/ui/packages/consul-ui/app/components/consul/intention/list/table/index.hbs +++ b/ui/packages/consul-ui/app/components/consul/intention/list/table/index.hbs @@ -122,11 +122,12 @@ as |item index|> {{else if (can "view CRD intention" item=item)}}
  • - + <:header> - Managed by CRD + + + Managed by CRD + <:body>

    diff --git a/ui/packages/consul-ui/app/components/informed-action/skin.scss b/ui/packages/consul-ui/app/components/informed-action/skin.scss index 72b3624449..25b7fba8d8 100644 --- a/ui/packages/consul-ui/app/components/informed-action/skin.scss +++ b/ui/packages/consul-ui/app/components/informed-action/skin.scss @@ -66,12 +66,6 @@ background-color: rgb(var(--tone-yellow-050)); } } - /* brands */ - &.kubernetes { - header::before { - @extend %with-logo-kubernetes-color-icon, %without-mask, %as-pseudo; - } - } /**/ > ul > .action > * { color: rgb(var(--tone-blue-500));