mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Show loading state in Rollup Job detail panel. (#25752)
This commit is contained in:
parent
0dd87332ea
commit
47ae90c033
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