mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +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 }}
|
||||
/>
|
||||
<Txt style={{ borderBottom: '1px solid #00aeef' }}>{version}</Txt>
|
||||
</Flex>
|
||||
|
||||
<Box>
|
||||
<br />
|
||||
<Button
|
||||
icon={<FontAwesomeIcon icon={faChartBar} />}
|
||||
onClick={() => openDiagFrame()}
|
||||
plain
|
||||
size="small"
|
||||
>
|
||||
Run self-test
|
||||
</Button>
|
||||
</Box>
|
||||
</Flex>
|
||||
</Flex>
|
||||
|
||||
{showDiagScreen ? (
|
||||
|
Loading…
x
Reference in New Issue
Block a user