From 965cf673ec7179d5cc09c656f5508eee4fc71712 Mon Sep 17 00:00:00 2001 From: Derick Montague Date: Thu, 23 Jul 2020 17:24:39 -0500 Subject: Add application header test hooks We are not able to easily pass the data attribute to the markup created by some of the Bootstrap-vue components. In these cases we are adding the data attribute to the parent container. Those elements will use the word container in the data attribute value. Signed-off-by: Derick Montague Change-Id: I5f1cb43aaed9233415e9b7b9a7f71580f27f921d --- src/components/AppHeader/AppHeader.vue | 37 ++++++++++++++++++++++++++-------- 1 file changed, 29 insertions(+), 8 deletions(-) (limited to 'src/components') diff --git a/src/components/AppHeader/AppHeader.vue b/src/components/AppHeader/AppHeader.vue index b977b5f9..568f9188 100644 --- a/src/components/AppHeader/AppHeader.vue +++ b/src/components/AppHeader/AppHeader.vue @@ -33,33 +33,54 @@ - + {{ $t('appHeader.health') }} - + {{ $t('appHeader.power') }} -- cgit v1.2.3