mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-27 21:26:38 +00:00
patch: moved diag link to container
This commit is contained in:
parent
8671782e34
commit
0089fec943
@ -153,17 +153,16 @@ export function SettingsModal({ toggleModal }: SettingsModalProps) {
|
|||||||
style={{ marginRight: 8 }}
|
style={{ marginRight: 8 }}
|
||||||
/>
|
/>
|
||||||
<Txt style={{ borderBottom: '1px solid #00aeef' }}>{version}</Txt>
|
<Txt style={{ borderBottom: '1px solid #00aeef' }}>{version}</Txt>
|
||||||
</Flex>
|
<br />
|
||||||
|
|
||||||
<Box>
|
|
||||||
<Button
|
<Button
|
||||||
icon={<FontAwesomeIcon icon={faChartBar} />}
|
icon={<FontAwesomeIcon icon={faChartBar} />}
|
||||||
onClick={() => openDiagFrame()}
|
onClick={() => openDiagFrame()}
|
||||||
plain
|
plain
|
||||||
|
size="small"
|
||||||
>
|
>
|
||||||
Run self-test
|
Run self-test
|
||||||
</Button>
|
</Button>
|
||||||
</Box>
|
</Flex>
|
||||||
</Flex>
|
</Flex>
|
||||||
|
|
||||||
{showDiagScreen ? (
|
{showDiagScreen ? (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user