Alert is now a warning
This commit is contained in:
parent
a00c3dffdf
commit
ad510f026d
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ export class Application extends React.Component {
|
||||||
<CardTitle>Starter Kit</CardTitle>
|
<CardTitle>Starter Kit</CardTitle>
|
||||||
<CardBody>
|
<CardBody>
|
||||||
<Alert
|
<Alert
|
||||||
variant="info"
|
variant="warning"
|
||||||
title={ cockpit.format(_("Running on $0"), this.state.hostname) }
|
title={ cockpit.format(_("Running on $0"), this.state.hostname) }
|
||||||
/>
|
/>
|
||||||
</CardBody>
|
</CardBody>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue