mirror of
https://github.com/gnmyt/myspeed.git
synced 2025-12-30 01:30:14 -06:00
Added the "Healthchecks" dropdown entry into the DropdownComponent.jsx
This commit is contained in:
@@ -3,7 +3,7 @@ import "./styles.sass";
|
||||
import {FontAwesomeIcon} from "@fortawesome/react-fontawesome";
|
||||
import {
|
||||
faArrowDown,
|
||||
faArrowUp, faCalendarDays, faClock, faClose, faFileExport,
|
||||
faArrowUp, faCalendarDays, faCircleNodes, faClock, faClose, faFileExport,
|
||||
faGear, faInfo,
|
||||
faKey,
|
||||
faPause,
|
||||
@@ -325,6 +325,10 @@ function DropdownComponent() {
|
||||
<FontAwesomeIcon icon={status.paused ? faPlay : faPause}/>
|
||||
<h3>{status.paused ? "Speedtests fortsetzen" : "Speedtests pausieren"}</h3>
|
||||
</div>
|
||||
<div className="dropdown-item" onClick={updateIntegration}>
|
||||
<FontAwesomeIcon icon={faCircleNodes} />
|
||||
<h3>Healthchecks</h3>
|
||||
</div>
|
||||
<div className="dropdown-item" onClick={showCredits}>
|
||||
<FontAwesomeIcon icon={faInfo}/>
|
||||
<h3>Info</h3>
|
||||
|
||||
Reference in New Issue
Block a user