make general settings the first item (#957)
This commit is contained in:
parent
5edea49497
commit
c7e72abfc1
1 changed files with 2 additions and 2 deletions
|
@ -42,16 +42,16 @@ export const ClientSettings = ({ save, reset }: ClientSettingsProps) => {
|
||||||
<ScrollForm
|
<ScrollForm
|
||||||
className="pf-u-px-lg"
|
className="pf-u-px-lg"
|
||||||
sections={[
|
sections={[
|
||||||
t("capabilityConfig"),
|
|
||||||
t("generalSettings"),
|
t("generalSettings"),
|
||||||
|
t("capabilityConfig"),
|
||||||
t("accessSettings"),
|
t("accessSettings"),
|
||||||
t("loginSettings"),
|
t("loginSettings"),
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<CapabilityConfig />
|
|
||||||
<Form isHorizontal>
|
<Form isHorizontal>
|
||||||
<ClientDescription />
|
<ClientDescription />
|
||||||
</Form>
|
</Form>
|
||||||
|
<CapabilityConfig />
|
||||||
<FormAccess isHorizontal role="manage-clients">
|
<FormAccess isHorizontal role="manage-clients">
|
||||||
<FormGroup
|
<FormGroup
|
||||||
label={t("rootUrl")}
|
label={t("rootUrl")}
|
||||||
|
|
Loading…
Reference in a new issue