fix minor stuff
This commit is contained in:
parent
bc37b903b3
commit
ab721b9a7a
@ -414,7 +414,7 @@ class App extends Component {
|
||||
|
||||
<InfosContainer>
|
||||
<InfosWrapper style={{ minHeight: "10rem" }}>
|
||||
<h2> Stats </h2>
|
||||
<h2> Service Stats </h2>
|
||||
<p> Uptime </p>
|
||||
<p> { secondsToTimeString(elapsedTime, true) } </p>
|
||||
|
||||
@ -432,7 +432,7 @@ class App extends Component {
|
||||
</InfosWrapper>
|
||||
|
||||
<InfosWrapper>
|
||||
<h2> System Info </h2>
|
||||
<h2> Environment </h2>
|
||||
<p> Rclone version </p>
|
||||
<p> { version.version } </p>
|
||||
|
||||
|
@ -112,6 +112,7 @@ export const ActiveJob = styled.div`
|
||||
export const ActiveTransfer = styled.div`
|
||||
border-radius: .3rem;
|
||||
border: 1px solid var(--secondary-color);
|
||||
font-family: monospace;
|
||||
background-color: var(--secondary-color-trans);
|
||||
padding: .5rem;
|
||||
margin-left: 1.5rem;
|
||||
|
Loading…
x
Reference in New Issue
Block a user