Small graphic change + added new TODO point

This commit is contained in:
DomySh
2022-08-13 15:39:52 +00:00
parent 17a0f7275f
commit af29747389
2 changed files with 2 additions and 1 deletions

View File

@@ -60,6 +60,7 @@ Initiially the project was based only on regex filters, and also now the main fu
## Next points
- Add proxy script in different language to use for porthijacking to download
- Explanation about tools in the dedicated pages making them more user-friendly
- buffering the TCP and(/or) the UDP stream to avoid to bypass the proxy dividing the information in more packets
- Adding new section with "general firewall rules" to manage "simple" TCP traffic rules graphically and through nftables

View File

@@ -92,7 +92,7 @@ function ServiceRow({ service }:{ service:Service }) {
<Space w="xl" /><Space w="xl" />
<div>
<div className="center-flex-row">
<div className="center-flex"><Title order={4} className={style.name}>{service.name}</Title> <Badge size="xl" gradient={{ from: 'indigo', to: 'cyan' }} variant="gradient">:{service.public_port}</Badge></div>
<Title order={4} className={style.name}>{service.name}</Title>
<div className="center-flex">
<Badge color={status_color} radius="sm" size="md" variant="filled">Status: <u>{service.active?"ENABLED":"DISABLED"}</u></Badge>
<Space w="sm" />