Set a help text when a readonly prometheus has no examplars configuration (#66713)

pull/66754/head
Ludovic Viaud 2 years ago committed by GitHub
parent 9fad5d938d
commit f3fcc31277
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      public/app/plugins/datasource/prometheus/configuration/ExemplarsSettings.tsx

@ -57,6 +57,8 @@ export function ExemplarsSettings({ options, onChange, disabled }: Props) {
Add
</Button>
)}
{disabled && !options && <i>No exemplars configurations</i>}
</>
);
}

Loading…
Cancel
Save