|
|
@ -189,7 +189,7 @@ class App extends React.PureComponent {
|
|
|
|
<AppBarWitHistory
|
|
|
|
<AppBarWitHistory
|
|
|
|
toggleDrawerIcon={<IconButton onClick={this.toggleDrawer}><NavigationMenu /></IconButton>}
|
|
|
|
toggleDrawerIcon={<IconButton onClick={this.toggleDrawer}><NavigationMenu /></IconButton>}
|
|
|
|
iconElementRight={
|
|
|
|
iconElementRight={
|
|
|
|
<IconButton disabled={!credentials || fetching} onClick={this.refresh}>
|
|
|
|
<IconButton disabled={!credentials || fetching} onClick={this.refresh} title="Refresh">
|
|
|
|
<IconRefreshWithSpin spin={fetching} />
|
|
|
|
<IconRefreshWithSpin spin={fetching} />
|
|
|
|
</IconButton>}
|
|
|
|
</IconButton>}
|
|
|
|
|
|
|
|
|
|
|
|