mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-21 08:25:45 +00:00
feat(ui): show two-factor status of team members (#11186)
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com> Co-authored-by: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com>
This commit is contained in:
co-authored by
Claude Opus 5
Andras Bacsai
parent
cde9597c09
commit
9794ce2686
@@ -2487,6 +2487,10 @@ input[type="search"]::-webkit-search-results-decoration {
|
||||
grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.55fr) 7rem minmax(10rem, 0.9fr);
|
||||
}
|
||||
|
||||
.team-members-table-grid-2fa {
|
||||
grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.55fr) 7rem 4rem minmax(10rem, 0.9fr);
|
||||
}
|
||||
|
||||
.admin-users-table-grid {
|
||||
grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr) 5rem;
|
||||
}
|
||||
@@ -2551,6 +2555,10 @@ input[type="search"]::-webkit-search-results-decoration {
|
||||
grid-template-columns: minmax(0, 1fr) 7rem 7rem;
|
||||
}
|
||||
|
||||
.team-members-table-grid-2fa {
|
||||
grid-template-columns: minmax(0, 1fr) 7rem 4rem 7rem;
|
||||
}
|
||||
|
||||
.team-members-table-grid > :nth-child(2) {
|
||||
display: none;
|
||||
}
|
||||
@@ -2602,6 +2610,10 @@ input[type="search"]::-webkit-search-results-decoration {
|
||||
grid-template-columns: minmax(0, 1fr) 6.5rem;
|
||||
}
|
||||
|
||||
.team-members-table-grid-2fa {
|
||||
grid-template-columns: minmax(0, 1fr) 4rem 6.5rem;
|
||||
}
|
||||
|
||||
.team-members-table-grid > :nth-child(3) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user