mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
Merge pull request #10580 from AlexSCorey/10499-fix
Removes tabs from survey form SUMMARY Resolves #10499 ISSUE TYPE Bugfix Pull Request COMPONENT NAME UI AWX VERSION ADDITIONAL INFORMATION Reviewed-by: Kersom <None> Reviewed-by: Sarah Akus <sakus@redhat.com>
This commit is contained in:
commit
6e88e094ee
@ -184,7 +184,8 @@ function Template({ setBreadcrumb }) {
|
||||
|
||||
const showCardHeader = !(
|
||||
location.pathname.endsWith('edit') ||
|
||||
location.pathname.includes('schedules/')
|
||||
location.pathname.includes('schedules/') ||
|
||||
location.pathname.includes('survey/')
|
||||
);
|
||||
|
||||
return (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user