From ef3293fe355a49e12bb2359b741251e0145dc059 Mon Sep 17 00:00:00 2001 From: Angel Garbarino Date: Wed, 27 Mar 2024 13:19:21 -0600 Subject: [PATCH] remove action class that no longer has a defintion (#26191) --- ui/app/components/sidebar/user-menu.hbs | 10 +++++----- ui/app/templates/components/calendar-widget.hbs | 6 +++--- ui/lib/core/addon/components/copy-secret-dropdown.hbs | 4 ++-- ui/lib/kv/addon/components/kv-version-dropdown.hbs | 2 +- .../pki/addon/components/page/pki-issuer-details.hbs | 4 ++-- ui/lib/pki/addon/components/page/pki-issuer-list.hbs | 4 ++-- .../addon/components/page/pki-issuer-rotate-root.hbs | 4 ++-- 7 files changed, 17 insertions(+), 17 deletions(-) diff --git a/ui/app/components/sidebar/user-menu.hbs b/ui/app/components/sidebar/user-menu.hbs index c881e952a2..24fea00625 100644 --- a/ui/app/components/sidebar/user-menu.hbs +++ b/ui/app/components/sidebar/user-menu.hbs @@ -32,20 +32,20 @@ {{/if}} {{#if this.hasEntityId}} -
  • +
  • Multi-factor authentication
  • {{/if}} {{#if this.isUserpass}} -
  • +
  • Reset password
  • {{/if}} -
  • +
  • {{! container is required in navbar collapsed state }} {{#if (is-before (now interval=1000) this.auth.tokenExpirationDate)}} {{#if this.auth.authData.renewable}} -
  • +
  • {{! TODO Hds::Button replacement skipped in favor of updating it when there is a Hds::Dropdown swapout }}
  • -
  • +
  • -
  • +