mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
Merge pull request #5512 from jakemcdermott/ui-next-fix-template-tab-unload
Don't reload template panel on tab change Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
commit
c062728359
@ -120,7 +120,7 @@ class Template extends Component {
|
||||
tab.id = n;
|
||||
});
|
||||
|
||||
let cardHeader = hasContentLoading ? null : (
|
||||
let cardHeader = (
|
||||
<CardHeader style={{ padding: 0 }}>
|
||||
<RoutedTabs history={history} tabsArray={tabsArray} />
|
||||
<CardCloseButton linkTo="/templates" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user