mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
Fix button display when there is no panels (#8155)
Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
parent
f81536d020
commit
8dd0a3e9a3
|
@ -105,7 +105,7 @@ export const PanelListContent: FC<PanelListProps> = ({
|
|||
enableMetricAutocomplete={enableMetricAutocomplete}
|
||||
/>
|
||||
))}
|
||||
<Button className="mb-3" color="primary" onClick={addPanel}>
|
||||
<Button className="d-block mb-3" color="primary" onClick={addPanel}>
|
||||
Add Panel
|
||||
</Button>
|
||||
</>
|
||||
|
|
Loading…
Reference in a new issue