mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
parent
9f03dffe22
commit
a246132abe
2 changed files with 2 additions and 3 deletions
|
@ -81,6 +81,7 @@ routes.when(`${CRUD_APP_BASE_PATH}/:view?`, {
|
|||
}
|
||||
}
|
||||
});
|
||||
|
||||
FeatureCatalogueRegistryProvider.register(() => {
|
||||
return {
|
||||
id: 'rollup_jobs',
|
||||
|
|
|
@ -209,9 +209,7 @@ export class DetailPanelUi extends Component {
|
|||
</EuiFlexGroup>
|
||||
</EuiFlyoutBody>
|
||||
);
|
||||
}
|
||||
|
||||
if (job) {
|
||||
} else if (job) {
|
||||
content = this.renderJob();
|
||||
} else {
|
||||
content = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue