From c7e38fd47f6c67c2a98b3e7a25f6a556d1c1883c Mon Sep 17 00:00:00 2001 From: Besart Berisha Date: Mon, 8 Jun 2020 16:09:55 +0200 Subject: [PATCH] Replace link with button component (#25446) --- public/app/features/explore/Logs.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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} - +
)}