mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-01-17 10:57:32 +01:00
Update HacknetServerElem.tsx
OCD at work : putting the undimmed value above dimmed one for constency sake.
This commit is contained in:
parent
d4f8f2d035
commit
1d3483c8c1
@ -70,12 +70,8 @@ export function HacknetServerElem(props: IProps): React.ReactElement {
|
|||||||
<Tooltip
|
<Tooltip
|
||||||
title={
|
title={
|
||||||
<Typography>
|
<Typography>
|
||||||
<span style={{ opacity: 0.5 }}>
|
+<HashRate hashes={modded_increase} /> (effective increase, taking current RAM usage into account)<br />
|
||||||
{" "}
|
<span style={{ opacity: 0.5 }}>+<HashRate hashes={base_increase} /></span> (base increase, attained when no script is running)
|
||||||
+<HashRate hashes={base_increase} />{" "}
|
|
||||||
</span>{" "}
|
|
||||||
(base increase, attained when no script is running) <br />
|
|
||||||
+<HashRate hashes={modded_increase} /> (effective increase, taking current RAM usage into account)
|
|
||||||
</Typography>
|
</Typography>
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
@ -140,12 +136,8 @@ export function HacknetServerElem(props: IProps): React.ReactElement {
|
|||||||
<Tooltip
|
<Tooltip
|
||||||
title={
|
title={
|
||||||
<Typography>
|
<Typography>
|
||||||
<span style={{ opacity: 0.5 }}>
|
+<HashRate hashes={modded_increase} /> (effective increase, taking current RAM usage into account)<br />
|
||||||
{" "}
|
<span style={{ opacity: 0.5 }}>+<HashRate hashes={base_increase} /></span> (base increase, attained when no script is running)
|
||||||
+<HashRate hashes={base_increase} />{" "}
|
|
||||||
</span>{" "}
|
|
||||||
(base increase, attained when no script is running) <br />
|
|
||||||
+<HashRate hashes={modded_increase} /> (effective increase, taking current RAM usage into account)
|
|
||||||
</Typography>
|
</Typography>
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
@ -188,12 +180,8 @@ export function HacknetServerElem(props: IProps): React.ReactElement {
|
|||||||
<Tooltip
|
<Tooltip
|
||||||
title={
|
title={
|
||||||
<Typography>
|
<Typography>
|
||||||
<span style={{ opacity: 0.5 }}>
|
+<HashRate hashes={modded_increase} /> (effective increase, taking current RAM usage into account)<br />
|
||||||
{" "}
|
<span style={{ opacity: 0.5 }}>+<HashRate hashes={base_increase} /></span> (base increase, attained when no script is running)
|
||||||
+<HashRate hashes={base_increase} />{" "}
|
|
||||||
</span>{" "}
|
|
||||||
(base increase, attained when no script is running) <br />
|
|
||||||
+<HashRate hashes={modded_increase} /> (effective increase, taking current RAM usage into account)
|
|
||||||
</Typography>
|
</Typography>
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user