mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 04:17:36 -02:30
fix selectors for settings sub pane
This commit is contained in:
@@ -18,7 +18,10 @@ const navigation = {
|
|||||||
notifications: 'i[class$="fa-bell"]',
|
notifications: 'i[class$="fa-bell"]',
|
||||||
managementJobs: 'i[class$="fa-wrench"]',
|
managementJobs: 'i[class$="fa-wrench"]',
|
||||||
instanceGroups: 'i[class$="fa-server"]',
|
instanceGroups: 'i[class$="fa-server"]',
|
||||||
settings: 'i[class$="fa-cog"]',
|
settings: 'i[class*="fa-cog"]',
|
||||||
|
settingsSubPane: '.at-SettingsSubPane',
|
||||||
|
settingsSubPaneSystem: 'a[href="#/settings/system"]',
|
||||||
|
settingsSubPaneAuth: 'a[href="#/settings/auth"]'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user