Disable Standard WebUI Functions
Here are listed css
code on how to hide standard features of WebUI. Note that this cannot be done by widget, only by project.
Download Image
To hide the Download button:
1.widget-menu__items-wrapper .widget-menu__item[title="Download Image"] {
2 display: none;
3}
With css

Without css

Add Filter Rule
To hide the Add Filter Rule button:
1.popup-menu .filter-items .filter-icon {
2 display: none;
3}
With css

Without css
