mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 15:59:41 +02:00
fix(kube): improve dashboard load speed [EE-4941] (#8572)
* apply changes from EE * clear query cache when logging out * Text transitions in smoother
This commit is contained in:
parent
5f0af62521
commit
89194405ee
36 changed files with 569 additions and 210 deletions
|
@ -7,7 +7,6 @@ import { Breadcrumbs } from './Breadcrumbs';
|
|||
import { Crumb } from './Breadcrumbs/Breadcrumbs';
|
||||
import { HeaderContainer } from './HeaderContainer';
|
||||
import { HeaderTitle } from './HeaderTitle';
|
||||
import styles from './PageHeader.module.css';
|
||||
|
||||
interface Props {
|
||||
id?: string;
|
||||
|
@ -42,7 +41,7 @@ export function PageHeader({
|
|||
color="none"
|
||||
size="large"
|
||||
onClick={onClickedRefresh}
|
||||
className={styles.reloadButton}
|
||||
className="m-0 p-0 focus:text-inherit"
|
||||
disabled={loading}
|
||||
>
|
||||
<RefreshCw className="icon" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue