New and Edit button should be hidden for CMDB Workspace - Query Builder search resultsIssue New and Edit button should be hidden on QB results UIB page for CMDB WorkspaceReleaseAnyCause Steps to Reproduce: 1. Execute a multi-table query on CMDB Workspace using nlq search 2. There should be an Export button on the list3. Execute a single-table query on CMDB Workspace using nlq search4. There should be a New, Edit, and Export button on the list Simple query -> eg databases -> results displayed in sub tab -> There is New, Edit[disabled state], and Export buttonComplex Query -> linux servers running databases -> results displayed in sub tab -> There is Export button displayedResolutionIn order to show other buttons, including 'Open in Query Builder', 'Load more', 'Load all' buttons you need to expose action buttons (toggle on UIB editor) Define two exclusion records in sys_workspace_declarative_action_exclusion of type uxf client script for qb results base table It is fixed in Tokyo release.