mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
fix selectors for settings sub pane
This commit is contained in:
parent
6ce1b50751
commit
1bc78fd429
@ -18,7 +18,10 @@ const navigation = {
|
||||
notifications: 'i[class$="fa-bell"]',
|
||||
managementJobs: 'i[class$="fa-wrench"]',
|
||||
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"]'
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user