mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00
API keys: Update text when no API keys were found in DB (#97102)
* update text when no API keys were found in DB * text update
This commit is contained in:
@ -56,8 +56,7 @@ export const MigrateToServiceAccountsCard = ({ onMigrate, apikeysCount, disabled
|
|||||||
<>
|
<>
|
||||||
<Alert title="No API keys found" severity="warning">
|
<Alert title="No API keys found" severity="warning">
|
||||||
<div className={styles.text}>
|
<div className={styles.text}>
|
||||||
No API keys were found. If you reload the browser, this tab will be not available. If any API keys are
|
No API keys were found. If you reload the browser, this page will not be available anymore.
|
||||||
created, this tab will appear again.
|
|
||||||
</div>
|
</div>
|
||||||
</Alert>
|
</Alert>
|
||||||
</>
|
</>
|
||||||
|
Reference in New Issue
Block a user