Skip to content

Commit

Permalink
display warning for expired and disabled members of Roles and Groups (#…
Browse files Browse the repository at this point in the history
…2668)

Signed-off-by: aporss <art.porss@yahooinc.com>
  • Loading branch information
ArtjomsPorss authored Aug 2, 2024
1 parent 3071a26 commit ac9d467
Show file tree
Hide file tree
Showing 11 changed files with 517 additions and 267 deletions.
305 changes: 189 additions & 116 deletions ui/src/__tests__/components/member/__snapshots__/MemberList.test.js.snap

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ exports[`MemberRow should render 1`] = `
word-break: break-all;
}
.emotion-8 {
.emotion-10 {
display: flex;
-webkit-column-gap: 10px;
column-gap: 10px;
}
.emotion-10 {
.emotion-12 {
fill: #188fff;
cursor: pointer;
vertical-align: text-bottom;
}
.emotion-16 {
.emotion-18 {
background-color: #3570f40D;
text-align: center;
padding: 5px 0 5px 15px;
Expand All @@ -33,6 +33,10 @@ exports[`MemberRow should render 1`] = `
class="emotion-0 emotion-1"
data-testid="member-row"
>
<td
class="emotion-2 emotion-3"
color="#3570f40D"
/>
<td
class="emotion-2 emotion-3"
color="#3570f40D"
Expand All @@ -48,12 +52,12 @@ exports[`MemberRow should render 1`] = `
color="#3570f40D"
>
<div
class="emotion-8 emotion-9"
class="emotion-10 emotion-11"
>
N/A
<span>
<svg
class="emotion-10"
class="emotion-12"
data-testid="icon"
height="1.25em"
id=""
Expand All @@ -75,12 +79,12 @@ exports[`MemberRow should render 1`] = `
color="#3570f40D"
>
<div
class="emotion-8 emotion-9"
class="emotion-10 emotion-11"
>
N/A
<span>
<svg
class="emotion-10"
class="emotion-12"
data-testid="icon"
height="1.25em"
id=""
Expand All @@ -98,12 +102,12 @@ exports[`MemberRow should render 1`] = `
</div>
</td>
<td
class="emotion-16 emotion-3"
class="emotion-18 emotion-3"
color="#3570f40D"
>
<span>
<svg
class="emotion-10"
class="emotion-12"
data-testid="icon"
height="1.25em"
id=""
Expand Down
Loading

0 comments on commit ac9d467

Please sign in to comment.