mirror of
https://github.com/ansible/awx.git
synced 2026-03-21 10:57:36 -02: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:
@@ -184,7 +184,8 @@ function Template({ setBreadcrumb }) {
|
|||||||
|
|
||||||
const showCardHeader = !(
|
const showCardHeader = !(
|
||||||
location.pathname.endsWith('edit') ||
|
location.pathname.endsWith('edit') ||
|
||||||
location.pathname.includes('schedules/')
|
location.pathname.includes('schedules/') ||
|
||||||
|
location.pathname.includes('survey/')
|
||||||
);
|
);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user