mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-24 09:45:35 +08:00
feat(connection): update tag badges layout
This commit is contained in:
parent
0015468077
commit
b7a0407e42
@ -207,12 +207,12 @@ export const ConnectionsSettingsModal = (props: {
|
|||||||
<div class="flex flex-col gap-4">
|
<div class="flex flex-col gap-4">
|
||||||
<TagClientSourceIPWithNameForm />
|
<TagClientSourceIPWithNameForm />
|
||||||
|
|
||||||
<div class="flex flex-wrap gap-2">
|
<div class="grid grid-cols-2 gap-2">
|
||||||
<For each={clientSourceIPTags()}>
|
<For each={clientSourceIPTags()}>
|
||||||
{({ tagName, sourceIP }) => (
|
{({ tagName, sourceIP }) => (
|
||||||
<div class="badge badge-primary badge-lg items-center gap-2">
|
<div class="badge badge-primary w-full items-center gap-2 py-4">
|
||||||
<span>
|
<span class="truncate">
|
||||||
{tagName} - {sourceIP}
|
{tagName}({sourceIP})
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
|
Loading…
Reference in New Issue
Block a user