mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-12 02:39:17 +00:00
updated interfaces to use normal string label instead of jsx
This commit is contained in:
parent
84086dfbf8
commit
595de3738f
@ -30,7 +30,7 @@ export default function InterFaces({item} : {item : Script}) {
|
|||||||
{"Default Interface:"}
|
{"Default Interface:"}
|
||||||
</h2>{" "}
|
</h2>{" "}
|
||||||
<CopyButton
|
<CopyButton
|
||||||
label={"default interface"}
|
label="default interface"
|
||||||
value={item.interface_port}
|
value={item.interface_port}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user