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
|
||||
className="pf-u-px-lg"
|
||||
sections={[
|
||||
t("capabilityConfig"),
|
||||
t("generalSettings"),
|
||||
t("capabilityConfig"),
|
||||
t("accessSettings"),
|
||||
t("loginSettings"),
|
||||
]}
|
||||
>
|
||||
<CapabilityConfig />
|
||||
<Form isHorizontal>
|
||||
<ClientDescription />
|
||||
</Form>
|
||||
<CapabilityConfig />
|
||||
<FormAccess isHorizontal role="manage-clients">
|
||||
<FormGroup
|
||||
label={t("rootUrl")}
|
||||
|
|
Loading…
Reference in a new issue