mirror of
https://github.com/hubHarmony/servii-frontend.git
synced 2024-11-18 05:40:31 +00:00
[~] Run button fix
This commit is contained in:
parent
7cba360e42
commit
a145f9044e
@ -59,7 +59,7 @@ const ServerCard = ({ status, version, name, framework, onRunClick, onStopClick,
|
|||||||
<div className="tooltip"></div>
|
<div className="tooltip"></div>
|
||||||
</div>
|
</div>
|
||||||
<div className={styles.buttonContainer}>
|
<div className={styles.buttonContainer}>
|
||||||
{status === "false" && (
|
{status === false && (
|
||||||
<button className={styles.stoppedButton} onClick={handleRun}>▶ Démarrer</button>
|
<button className={styles.stoppedButton} onClick={handleRun}>▶ Démarrer</button>
|
||||||
)}
|
)}
|
||||||
{status === true && (
|
{status === true && (
|
||||||
|
Loading…
Reference in New Issue
Block a user