mirror of https://github.com/jetkvm/kvm.git
Fix link for reconnect to point to settings
This commit is contained in:
parent
d7a56213ea
commit
72e2367011
|
@ -292,7 +292,7 @@ function UpdatingDeviceState({
|
|||
<span className="font-medium text-black dark:text-white">
|
||||
Rebooting the device to complete the update...
|
||||
</span>
|
||||
<p className="font-medium text-black dark:text-white">
|
||||
<p className="flex-col text-black dark:text-white">
|
||||
This may take a few minutes. The device will automatically
|
||||
reconnect once it is back online.<br/>
|
||||
If it doesn{"'"}t reconnect automatically, you can manually
|
||||
|
@ -304,7 +304,7 @@ function UpdatingDeviceState({
|
|||
LeadingIcon={MdConnectWithoutContact}
|
||||
textAlign="center"
|
||||
reloadDocument={true}
|
||||
to={"/"}
|
||||
to={".."}
|
||||
/>
|
||||
</p>
|
||||
</div>
|
||||
|
@ -314,7 +314,7 @@ function UpdatingDeviceState({
|
|||
<span className="font-medium text-black dark:text-white">
|
||||
Device reboot is pending...
|
||||
</span>
|
||||
<p className="font-medium text-black dark:text-white">
|
||||
<p className="flex-col text-black dark:text-white">
|
||||
The JetKVM is preparing to reboot. This may take a while.<br/>
|
||||
If it doesn{"'"}t automatically reboot after a few minutes, you
|
||||
can manually request a reboot by clicking here:
|
||||
|
|
Loading…
Reference in New Issue