mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
Don't reload panel on tab change
This commit is contained in:
@@ -120,7 +120,7 @@ class Template extends Component {
|
|||||||
tab.id = n;
|
tab.id = n;
|
||||||
});
|
});
|
||||||
|
|
||||||
let cardHeader = hasContentLoading ? null : (
|
let cardHeader = (
|
||||||
<CardHeader style={{ padding: 0 }}>
|
<CardHeader style={{ padding: 0 }}>
|
||||||
<RoutedTabs history={history} tabsArray={tabsArray} />
|
<RoutedTabs history={history} tabsArray={tabsArray} />
|
||||||
<CardCloseButton linkTo="/templates" />
|
<CardCloseButton linkTo="/templates" />
|
||||||
|
|||||||
Reference in New Issue
Block a user