From 458c281c6ae1663f1ddeb2883b0079dbea6fcce3 Mon Sep 17 00:00:00 2001 From: Iris Scholten Date: Tue, 31 Jul 2018 11:51:39 -0700 Subject: [PATCH] Add Description to the source mappings overlay --- .../components/ImportDashboardMappings.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ui/src/dashboards/components/ImportDashboardMappings.tsx b/ui/src/dashboards/components/ImportDashboardMappings.tsx index 69b876f40..d7ebc5b9f 100644 --- a/ui/src/dashboards/components/ImportDashboardMappings.tsx +++ b/ui/src/dashboards/components/ImportDashboardMappings.tsx @@ -64,6 +64,7 @@ class ImportDashboardMappings extends Component { public render() { return ( <> + {this.description} {this.table}