diff --git a/proprietary/src/main/resources/static/css/modern-tables.css b/proprietary/src/main/resources/static/css/modern-tables.css index 66bdd2aaf..156c39fed 100644 --- a/proprietary/src/main/resources/static/css/modern-tables.css +++ b/proprietary/src/main/resources/static/css/modern-tables.css @@ -384,4 +384,11 @@ padding: 0.75rem 1rem; border-radius: 0.5rem; border: 1px solid - } \ No newline at end of file +} + +.text-overflow { + max-width: 100px; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} \ No newline at end of file diff --git a/proprietary/src/main/resources/templates/accounts/team-details.html b/proprietary/src/main/resources/templates/accounts/team-details.html index 81154c42d..aff0c4150 100644 --- a/proprietary/src/main/resources/templates/accounts/team-details.html +++ b/proprietary/src/main/resources/templates/accounts/team-details.html @@ -1,196 +1,200 @@ - -
-ID | -Username | -Role | -Last Request | -Status | -
---|---|---|---|---|
1 | -username | -Role | -2023-01-01 12:00:00 | -- - person - Enabled - - - person_off - Disabled - - | -
This team has no members yet.
- -# | +Username | +Role | +Last Request | +Status | +
---|---|---|---|---|
1 | +username | +Role | ++ 2023-01-01 12:00:00 | ++ + person + Enabled + + + person_off + Disabled + + | +
This team has no members yet.
+ +