Move refresh button on inbox table
This commit is contained in:
@ -73,11 +73,6 @@ export function InboxRoute(): React.ReactElement {
|
||||
}
|
||||
label="Include attached"
|
||||
/>
|
||||
<Tooltip title="Refresh table">
|
||||
<IconButton onClick={() => reload(false)}>
|
||||
<RefreshIcon />
|
||||
</IconButton>
|
||||
</Tooltip>
|
||||
</span>
|
||||
}
|
||||
>
|
||||
@ -313,6 +308,11 @@ function InboxTable(p: {
|
||||
style={{ padding: "0px", flex: 1 }}
|
||||
/>
|
||||
<span style={{ flex: 1 }}></span>
|
||||
<Tooltip title="Refresh table">
|
||||
<IconButton onClick={() => p.onReload(false)}>
|
||||
<RefreshIcon />
|
||||
</IconButton>
|
||||
</Tooltip>
|
||||
<Tooltip title="Delete all the selected inbox entries">
|
||||
<IconButton
|
||||
disabled={
|
||||
|
Reference in New Issue
Block a user