mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Set a help text when a readonly prometheus has no examplars configuration (#66713)
This commit is contained in:
@@ -57,6 +57,8 @@ export function ExemplarsSettings({ options, onChange, disabled }: Props) {
|
||||
Add
|
||||
</Button>
|
||||
)}
|
||||
|
||||
{disabled && !options && <i>No exemplars configurations</i>}
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user