04 May 2022 05:44 AM - last edited on 17 May 2023 09:38 AM by Michal_Gebacki
Hi,
I'm trying to create an overview screen of the custom devices I have discovered with their attributes.
I have defined the view in the extensions.yaml using
"screens:
- entitytype"
How do I create a filter field in the screens for the list of custom instances?
I had a look at listFilters from the F5 extension as an example, i.e the below as entity I have created has a Name attribute as well, but the filter is just stuck on the 'spinning circle'
listFilters:
relationships: []
entityFilters:
- displayName: Name
filters:
- type: entityAttribute
displayName: Name
freeText: true
modifier: contains
defaultSearch: true
distinct: false
Solved! Go to Solution.
28 Jun 2022 09:31 AM
Hello,
Until more complete documentation is available on the subject, I hope this quick post can help you progress with your extensions screens development:
Best regards,
Radu