feat: [dashboard] notification and warning for auto force refresh (#9886)

* feat: [dashboard] notification and warning for auto force refresh

* fix review comments
This commit is contained in:
Grace Guo
2020-06-03 10:20:56 -07:00
committed by GitHub
parent ee777acd57
commit dcac860f3e
13 changed files with 156 additions and 6 deletions

View File

@@ -731,7 +731,7 @@ export class DatasourceEditor extends React.PureComponent {
<div>
<div className="m-t-10">
<Alert bsStyle="warning">
<span className="bold">{t('Be careful.')} </span>
<strong>{t('Be careful.')} </strong>
{t(
'Changing these settings will affect all charts using this datasource, including charts owned by other people.',
)}