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">
|
<span className="font-medium text-black dark:text-white">
|
||||||
Rebooting the device to complete the update...
|
Rebooting the device to complete the update...
|
||||||
</span>
|
</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
|
This may take a few minutes. The device will automatically
|
||||||
reconnect once it is back online.<br/>
|
reconnect once it is back online.<br/>
|
||||||
If it doesn{"'"}t reconnect automatically, you can manually
|
If it doesn{"'"}t reconnect automatically, you can manually
|
||||||
|
@ -304,7 +304,7 @@ function UpdatingDeviceState({
|
||||||
LeadingIcon={MdConnectWithoutContact}
|
LeadingIcon={MdConnectWithoutContact}
|
||||||
textAlign="center"
|
textAlign="center"
|
||||||
reloadDocument={true}
|
reloadDocument={true}
|
||||||
to={"/"}
|
to={".."}
|
||||||
/>
|
/>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
@ -314,7 +314,7 @@ function UpdatingDeviceState({
|
||||||
<span className="font-medium text-black dark:text-white">
|
<span className="font-medium text-black dark:text-white">
|
||||||
Device reboot is pending...
|
Device reboot is pending...
|
||||||
</span>
|
</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/>
|
The JetKVM is preparing to reboot. This may take a while.<br/>
|
||||||
If it doesn{"'"}t automatically reboot after a few minutes, you
|
If it doesn{"'"}t automatically reboot after a few minutes, you
|
||||||
can manually request a reboot by clicking here:
|
can manually request a reboot by clicking here:
|
||||||
|
|
Loading…
Reference in New Issue