diff --git a/airgun/views/provisioning_template.py b/airgun/views/provisioning_template.py index fc05b9f8c..33c5bae9b 100644 --- a/airgun/views/provisioning_template.py +++ b/airgun/views/provisioning_template.py @@ -31,7 +31,7 @@ class ProvisioningTemplatesView(BaseLoggedInView, SearchableViewMixinPF4): table = Table( './/table', column_widgets={ - 'Name': Text('.'), + 'Name': Text('.//a'), 'Locked': Text('.'), 'Actions': ActionsDropdown("./div[contains(@class, 'btn-group')]"), },