mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Fix for k8s dashboard getting letterboxed when there is no data. (#154094)
## Summary Fixes an display issue with the k8s dashboard. Currently this page doesn't render an empty state like other pages do, and so I've removed it from the list of pages with "empty state" in order to avoid the whole page having a restricted width of ~960px. Before:  After: 
This commit is contained in:
parent
394174eedf
commit
77498a9b69
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ const isPageNameWithEmptyView = (currentName: string) => {
|
|||
SecurityPageName.timelines,
|
||||
SecurityPageName.overview,
|
||||
SecurityPageName.users,
|
||||
SecurityPageName.kubernetes,
|
||||
];
|
||||
return pageNamesWithEmptyView.includes(currentName);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue