Skip to content

Commit

Permalink
Table locator updated to get value from "Provisioning Templates" table (
Browse files Browse the repository at this point in the history
  • Loading branch information
amolpati30 authored Aug 26, 2024
1 parent c5d1674 commit 8d2925f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airgun/views/provisioning_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')]"),
},
Expand Down

0 comments on commit 8d2925f

Please sign in to comment.