From 7c00b18e69874e1f95929f9455f2bcfcba2b2fb7 Mon Sep 17 00:00:00 2001 From: Jordan Reimer Date: Tue, 29 Mar 2022 08:28:28 -0600 Subject: [PATCH] removes remaining instances of builtin components using unknown arguments (#14747) --- ui/app/templates/components/auth-info.hbs | 5 +-- ui/app/templates/components/cluster-info.hbs | 39 ++++++------------- .../components/secret-version-menu.hbs | 8 +--- 3 files changed, 13 insertions(+), 39 deletions(-) diff --git a/ui/app/templates/components/auth-info.hbs b/ui/app/templates/components/auth-info.hbs index 2e2384bf769f..7a9760cb462f 100644 --- a/ui/app/templates/components/auth-info.hbs +++ b/ui/app/templates/components/auth-info.hbs @@ -62,18 +62,15 @@ {{/if}} {{/if}}
  • - {{! invokeAction is provided by ember-link-action addon -- should consider removing in favor of on modifier }} - {{! template-lint-disable no-unknown-arguments-for-builtin-components }} Sign out - {{! template-lint-enable }}
  • diff --git a/ui/app/templates/components/cluster-info.hbs b/ui/app/templates/components/cluster-info.hbs index 28fa21b2d195..deacf7d6f93d 100644 --- a/ui/app/templates/components/cluster-info.hbs +++ b/ui/app/templates/components/cluster-info.hbs @@ -4,20 +4,18 @@ {{#if (and this.activeCluster.unsealed this.auth.currentToken)}} {{#if @cluster.dr.isSecondary}} {{#if (has-permission "status" routeParams="replication")}} -