Try save some space here
This commit is contained in:
parent
454562d763
commit
4a01d3d404
1 changed files with 58 additions and 55 deletions
|
@ -538,7 +538,9 @@ function StatusPage() {
|
|||
)}
|
||||
</h1>
|
||||
<div class="header-side">
|
||||
<Loader hidden={uiState !== 'loading'} />
|
||||
{uiState === 'loading' ? (
|
||||
<Loader abrupt />
|
||||
) : (
|
||||
<Menu
|
||||
align="end"
|
||||
portal={{
|
||||
|
@ -600,6 +602,7 @@ function StatusPage() {
|
|||
</MenuItem>
|
||||
)}
|
||||
</Menu>
|
||||
)}
|
||||
<Link
|
||||
class="button plain deck-close"
|
||||
to={closeLink}
|
||||
|
|
Loading…
Add table
Reference in a new issue