From ef9b583990702f91aa72c438e709f998e144b85a Mon Sep 17 00:00:00 2001 From: bhavyarm Date: Tue, 21 Nov 2017 16:43:08 -0500 Subject: [PATCH 1/2] src/core_plugins/kibana/public/home/components/synopsis.js --- .../kibana/public/home/components/synopsis.js | 6 +++- .../directives/global_nav/global_nav.html | 2 +- test/functional/apps/home/_home.js | 30 +++++++++++++++++++ test/functional/apps/home/index.js | 13 ++++++++ test/functional/config.js | 3 ++ test/functional/page_objects/home_page.js | 30 +++++++++++++++++++ test/functional/page_objects/index.js | 1 + 7 files changed, 83 insertions(+), 2 deletions(-) create mode 100644 test/functional/apps/home/_home.js create mode 100644 test/functional/apps/home/index.js create mode 100644 test/functional/page_objects/home_page.js diff --git a/src/core_plugins/kibana/public/home/components/synopsis.js b/src/core_plugins/kibana/public/home/components/synopsis.js index 56a0fb7145e61..a336d777860e0 100644 --- a/src/core_plugins/kibana/public/home/components/synopsis.js +++ b/src/core_plugins/kibana/public/home/components/synopsis.js @@ -19,7 +19,11 @@ export function Synopsis({ description, iconUrl, title, url }) { } return ( - + {img} diff --git a/src/ui/public/chrome/directives/global_nav/global_nav.html b/src/ui/public/chrome/directives/global_nav/global_nav.html index 828ccd9d7a191..156fe572d7bc7 100644 --- a/src/ui/public/chrome/directives/global_nav/global_nav.html +++ b/src/ui/public/chrome/directives/global_nav/global_nav.html @@ -6,7 +6,7 @@