mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
docs: add connections page preview
This commit is contained in:
parent
677ecda408
commit
b91332c53d
@ -13,7 +13,8 @@
|
|||||||
|
|
||||||
## Preview
|
## Preview
|
||||||
|
|
||||||
![preview](docs/preview.webp)
|
![preview-overview](docs/preview-overview.webp)
|
||||||
|
![preview-connections](docs/preview-connections.webp)
|
||||||
|
|
||||||
## Published Official Links
|
## Published Official Links
|
||||||
|
|
||||||
|
BIN
docs/preview-connections.webp
Normal file
BIN
docs/preview-connections.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 105 KiB After Width: | Height: | Size: 105 KiB |
@ -289,9 +289,9 @@ export default () => {
|
|||||||
return (
|
return (
|
||||||
<div class="flex h-full flex-col gap-4 overflow-y-auto p-1">
|
<div class="flex h-full flex-col gap-4 overflow-y-auto p-1">
|
||||||
<div class="tabs-boxed tabs">
|
<div class="tabs-boxed tabs">
|
||||||
<a class="tab tab-active">
|
<button class="tab tab-active">
|
||||||
{t('activeConnections')} ({connectionsWithSpeed().length})
|
{t('activeConnections')} ({connectionsWithSpeed().length})
|
||||||
</a>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="flex w-full items-center gap-2">
|
<div class="flex w-full items-center gap-2">
|
||||||
|
Loading…
Reference in New Issue
Block a user