mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 04:31:21 -03:30
Don't reload panel on tab change
This commit is contained in:
parent
04c535e3f9
commit
9ed2534ac5
@ -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