RebootButton component is a button that opens a modal dialog to confirm the reboot of the device. ## Usage ```jsx import React, { useEffect, createContext } from "react"; import Button from "../../bootstrap/Button"; import { AlertContextProvider } from "../../context/alertContext/AlertContext"; import ActionButtonWithModal from "./ActionButtonWithModal"; window.AlertContext = React.createContext(); const RebootButtonExample = () => { const ActionButton = (props) => { return ; }; return (