Move Install CLI section below WiFi settings
This commit is contained in:
parent
f26b382fa6
commit
36c7913b6c
|
|
@ -53,12 +53,6 @@ export function SettingsPage({ render }: { render: () => void }) {
|
||||||
</HeaderActions>
|
</HeaderActions>
|
||||||
</MainHeader>
|
</MainHeader>
|
||||||
<MainContent centered>
|
<MainContent centered>
|
||||||
<Section>
|
|
||||||
<SectionTitle>Install CLI</SectionTitle>
|
|
||||||
<DashboardInstallCmd>
|
|
||||||
curl -fsSL {location.origin}/install | bash
|
|
||||||
</DashboardInstallCmd>
|
|
||||||
</Section>
|
|
||||||
<Section>
|
<Section>
|
||||||
<SectionTitle>WiFi</SectionTitle>
|
<SectionTitle>WiFi</SectionTitle>
|
||||||
<form onSubmit={handleSave} style={{ display: 'flex', flexDirection: 'column', gap: 16, maxWidth: 400 }}>
|
<form onSubmit={handleSave} style={{ display: 'flex', flexDirection: 'column', gap: 16, maxWidth: 400 }}>
|
||||||
|
|
@ -88,6 +82,12 @@ export function SettingsPage({ render }: { render: () => void }) {
|
||||||
</FormActions>
|
</FormActions>
|
||||||
</form>
|
</form>
|
||||||
</Section>
|
</Section>
|
||||||
|
<Section>
|
||||||
|
<SectionTitle>Install CLI</SectionTitle>
|
||||||
|
<DashboardInstallCmd>
|
||||||
|
curl -fsSL {location.origin}/install | bash
|
||||||
|
</DashboardInstallCmd>
|
||||||
|
</Section>
|
||||||
</MainContent>
|
</MainContent>
|
||||||
</Main>
|
</Main>
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user