Julio Oliveira at Encora
Julio Oliveira at Encora
### Fixes: #14829 This change allows the addition of simple conditions in the Event Rule. Currently, it only allows to add conditions with logical operators.
### Feature: #15348 A dropdown was added to list and apply the saved filters to the current view.
### Feature: #15428 I added a Device column for Config Template to display the devices using a specific Template.
### Fixes: #14567 It added a script in "table_controls_htmx.html" to add the parameters to the URL (changing the htmx behavior). Another script was created in "export.html" to append the parameters...
### Fixes: #15548 I created the class CustomObjectDeleteView, which was inherited from ObjectDeleteView, and overwritten the "get" method and its dependent_objects variable. This way, the modal from delete_form.html will not...
### Fixes: #15603 The "5G" type was added to the Cellular choices.
### Feature: #15832 Added "remove_button" plugin in config.ts.
### Fixes: #15873 One method was created to normalize the VM's disk and memory sizes according to their units. That method is applied when the "Allocated Resources" is generated.
Fixes: #15492 It was created a copy of CloningMixin in users/features.py and used it in the ObjectPermission.
### Fixes: #16660 Added `ngettext` for strings with `count`, `positions`, and `rows`. Please, feel free to indicate more places to add the `ngettext`.