From ce34d8c76fea3b43bb96c6acd342a5ba0471f441 Mon Sep 17 00:00:00 2001 From: drivera258 Date: Thu, 22 May 2025 12:45:32 -0400 Subject: [PATCH] remove empty state block --- .../components/login-settings/page/list.hbs | 64 +++++++------------ 1 file changed, 24 insertions(+), 40 deletions(-) diff --git a/ui/lib/config-ui/addon/components/login-settings/page/list.hbs b/ui/lib/config-ui/addon/components/login-settings/page/list.hbs index c8fb3a2dd4..17d8c119a9 100644 --- a/ui/lib/config-ui/addon/components/login-settings/page/list.hbs +++ b/ui/lib/config-ui/addon/components/login-settings/page/list.hbs @@ -14,48 +14,32 @@ {{! currently here empty per design, TBD if actions or filters will be added }} -{{#if @loginRules}} - {{#each @loginRules as |rule|}} -
-
-
- -
{{rule.Name}}
-
-
{{rule.Namespace}}
-
-
- - - - View - - {{#if (has-capability this.capabilities "delete" pathKey="customLogin" params=rule)}} - Delete - {{/if}} - +{{#each @loginRules as |rule|}} +
+
+
+ +
{{rule.Name}}
+
{{rule.Namespace}}
- {{/each}} -{{else}} - - {{! TODO: update href with tutorial link }} - {{! }} - -{{/if}} +
+ + + + View + + {{#if (has-capability this.capabilities "delete" pathKey="customLogin" params=rule)}} + Delete + {{/if}} + +
+
+{{/each}} {{#if this.ruleToDelete}}