mirror of https://github.com/jetkvm/kvm.git
feat(ui): Only show Cloud API URL Change on device mode
This commit is contained in:
parent
44ea0201b1
commit
58a05f7b94
|
@ -994,6 +994,7 @@ export default function SettingsSidebar() {
|
|||
/>
|
||||
</div>
|
||||
</div>
|
||||
{isOnDevice && (
|
||||
<div className="mt-4 space-y-4">
|
||||
<SettingsItem
|
||||
title="Cloud API URL"
|
||||
|
@ -1023,6 +1024,7 @@ export default function SettingsSidebar() {
|
|||
/>
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
)}
|
||||
<SettingsItem
|
||||
|
|
Loading…
Reference in New Issue