enhancement: remove tooltip local api server when server start (#4275)
This commit is contained in:
parent
e5a2d41206
commit
5041651c21
@ -163,8 +163,6 @@ const LocalServerLeftPanel = () => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<Tooltip
|
|
||||||
trigger={
|
|
||||||
<div className="p-3">
|
<div className="p-3">
|
||||||
<p className="mb-2 block font-semibold">Server Options</p>
|
<p className="mb-2 block font-semibold">Server Options</p>
|
||||||
|
|
||||||
@ -197,10 +195,6 @@ const LocalServerLeftPanel = () => {
|
|||||||
<p className="mt-2 text-xs text-[hsla(var(--destructive-bg))]">{`The port range should be from 0 to 65536`}</p>
|
<p className="mt-2 text-xs text-[hsla(var(--destructive-bg))]">{`The port range should be from 0 to 65536`}</p>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
}
|
|
||||||
disabled={!serverEnabled}
|
|
||||||
content="Settings cannot be modified while the server is running"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<div className="space-y-4 px-3">
|
<div className="space-y-4 px-3">
|
||||||
<div className="block">
|
<div className="block">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user