diff --git a/public/app/features/explore/Logs.tsx b/public/app/features/explore/Logs.tsx index 3c00fd16189..e47d8111337 100644 --- a/public/app/features/explore/Logs.tsx +++ b/public/app/features/explore/Logs.tsx @@ -15,7 +15,7 @@ import { LinkModel, Field, } from '@grafana/data'; -import { LegacyForms, LogLabels, ToggleButtonGroup, ToggleButton, LogRows } from '@grafana/ui'; +import { LegacyForms, LogLabels, ToggleButtonGroup, ToggleButton, LogRows, Button } from '@grafana/ui'; const { Switch } = LegacyForms; import store from 'app/core/store'; @@ -256,18 +256,18 @@ export class Logs extends PureComponent { {!loading && !hasData && !scanning && (
No logs found. - +
)} {scanning && (
{scanText} - +
)}