From 8c189cdbe312489da649dd70a14b381ef20eab3c Mon Sep 17 00:00:00 2001 From: dcoobs <12276948+dcoobs@users.noreply.github.com> Date: Wed, 21 Feb 2024 21:45:19 -0600 Subject: [PATCH] Fix listing search & button text in button widgets --- views/crowdstrike_installguard_widget.yml | 4 ++-- views/crowdstrike_sensor_operational_widget.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/views/crowdstrike_installguard_widget.yml b/views/crowdstrike_installguard_widget.yml index 4787776..e180825 100755 --- a/views/crowdstrike_installguard_widget.yml +++ b/views/crowdstrike_installguard_widget.yml @@ -8,8 +8,8 @@ buttons: - label: no i18n_label: disabled class: btn-danger - searchComponent: notprotected + search_component: notprotected - label: yes i18n_label: enabled class: btn-success - searchComponent: protected \ No newline at end of file + search_component: protected \ No newline at end of file diff --git a/views/crowdstrike_sensor_operational_widget.yml b/views/crowdstrike_sensor_operational_widget.yml index f43b608..8017973 100755 --- a/views/crowdstrike_sensor_operational_widget.yml +++ b/views/crowdstrike_sensor_operational_widget.yml @@ -6,10 +6,10 @@ icon: fa-shield listing_link: /show/listing/crowdstrike/crowdstrike buttons: - label: no - i18n_label: disabled + i18n_label: no class: btn-danger - searchComponent: inactive + search_component: inactive - label: yes - i18n_label: enabled + i18n_label: yes class: btn-success - searchComponent: active \ No newline at end of file + search_component: active \ No newline at end of file