From ba91c4996e37e92b247cee72272f2afe38efd81b Mon Sep 17 00:00:00 2001 From: SurenNeware Date: Tue, 27 Oct 2020 14:18:54 +0530 Subject: Update data option for components using Mixin data - Removed all the data options from all the mixins. - Updated component data property relying on data property defined in mixin. - Export data property from mixin file itself. Signed-off-by: Suren Neware Change-Id: I4aeffcb333bbaf5b78bcadd711b3169b0b4cb10e --- src/views/Health/HardwareStatus/HardwareStatusTableStystem.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/views/Health/HardwareStatus/HardwareStatusTableStystem.vue') diff --git a/src/views/Health/HardwareStatus/HardwareStatusTableStystem.vue b/src/views/Health/HardwareStatus/HardwareStatusTableStystem.vue index 9cb1c6ae..a89dacfe 100644 --- a/src/views/Health/HardwareStatus/HardwareStatusTableStystem.vue +++ b/src/views/Health/HardwareStatus/HardwareStatusTableStystem.vue @@ -84,7 +84,9 @@ import IconChevron from '@carbon/icons-vue/es/chevron--down/20'; import StatusIcon from '@/components/Global/StatusIcon'; -import TableRowExpandMixin from '@/components/Mixins/TableRowExpandMixin'; +import TableRowExpandMixin, { + expandRowLabel, +} from '@/components/Mixins/TableRowExpandMixin'; import TableDataFormatterMixin from '@/components/Mixins/TableDataFormatterMixin'; export default { @@ -120,6 +122,7 @@ export default { formatter: this.tableFormatter, }, ], + expandRowLabel: expandRowLabel, }; }, computed: { -- cgit v1.2.3