diff --git a/frontend/web/components/pages/OrganisationSettingsPage.js b/frontend/web/components/pages/OrganisationSettingsPage.js index 2e569253a9a0..02c57d0af32e 100644 --- a/frontend/web/components/pages/OrganisationSettingsPage.js +++ b/frontend/web/components/pages/OrganisationSettingsPage.js @@ -26,7 +26,7 @@ import PageTitle from 'components/PageTitle' import { getStore } from 'common/store' import { getRoles } from 'common/services/useRole' -const widths = [450, 150, 100] +const widths = [450, 255, 250, 235, 150, 100] const rolesWidths = [250, 600, 100] const OrganisationSettingsPage = class extends Component { static contextTypes = { @@ -955,23 +955,28 @@ const OrganisationSettingsPage = class extends Component { User - + Role
Action
Last logged in
Remove @@ -1021,7 +1026,11 @@ const OrganisationSettingsPage = class extends Component { -
+
{organisation.role === 'ADMIN' && id !== @@ -1095,7 +1104,7 @@ const OrganisationSettingsPage = class extends Component { {role !== 'ADMIN' ? (
)}
@@ -1133,7 +1142,7 @@ const OrganisationSettingsPage = class extends Component {
@@ -1213,7 +1222,7 @@ const OrganisationSettingsPage = class extends Component {
@@ -1280,7 +1289,7 @@ const OrganisationSettingsPage = class extends Component {