Skip to main content
Question

Does SecOps allow nested widgets?

  • June 24, 2026
  • 1 reply
  • 33 views

an31234

We have multiple widgets with buttons in our Alert view. I am wondering if we can somehow nest those widgets into one big widget for better formatting.

 

1 reply

Forum|alt.badge.img+15

Couple of ideas:

  1. Create a single widget with Tabs for each other widget, and put the individual widgets HTML / JS into each tab
  1. Have a single widget that loops through the actions and renders them in one widget

It would require some level of customization, not aware of a drag and drop feature for this.