mirror of https://github.com/jetkvm/kvm.git
chore(ui): Allow mac address copying (#504)
This commit is contained in:
parent
0cee284561
commit
1a37efd1f0
|
@ -228,7 +228,6 @@ export default function SettingsNetworkRoute() {
|
||||||
size="SM"
|
size="SM"
|
||||||
value={networkState?.mac_address}
|
value={networkState?.mac_address}
|
||||||
error={""}
|
error={""}
|
||||||
disabled={true}
|
|
||||||
readOnly={true}
|
readOnly={true}
|
||||||
className="dark:!text-opacity-60"
|
className="dark:!text-opacity-60"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue