Skip to content

Commit

Permalink
Fix listing search & button text in button widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoobs committed Feb 22, 2024
1 parent dee5223 commit 8c189cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions views/crowdstrike_installguard_widget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
search_component: protected
8 changes: 4 additions & 4 deletions views/crowdstrike_sensor_operational_widget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
search_component: active

0 comments on commit 8c189cd

Please sign in to comment.