Show loading state in Rollup Job detail panel. (#25752) (#26223)

This commit is contained in:
CJ Cenizal 2018-11-26 16:07:12 -08:00 committed by GitHub
parent 9f03dffe22
commit a246132abe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -81,6 +81,7 @@ routes.when(`${CRUD_APP_BASE_PATH}/:view?`, {
}
}
});
FeatureCatalogueRegistryProvider.register(() => {
return {
id: 'rollup_jobs',

View file

@ -209,9 +209,7 @@ export class DetailPanelUi extends Component {
</EuiFlexGroup>
</EuiFlyoutBody>
);
}
if (job) {
} else if (job) {
content = this.renderJob();
} else {
content = (