Compare commits

..

7 Commits

Author SHA1 Message Date
Jokob @NetAlertX
ee69edacd1 Merge pull request #1620 from netalertx/next_release
Merge pull request #1619 from netalertx/main
2026-04-17 08:13:49 +10:00
Hosted Weblate
434f85d786 Merge branch 'origin/main' into Weblate. 2026-04-17 00:11:58 +02:00
IntEx
a63482d43a Translated using Weblate (Czech)
Currently translated at 9.2% (75 of 807 strings)

Translation: NetAlertX/core
Translate-URL: https://hosted.weblate.org/projects/pialert/core/cs/
2026-04-17 00:11:57 +02:00
jokob-sk
9c5c45b528 Merge branch 'main' of github.com:netalertx/NetAlertX 2026-04-17 08:11:28 +10:00
jokob-sk
5bce6f6276 DOCS: setting string
Signed-off-by: jokob-sk <jokob.sk@gmail.com>
2026-04-17 08:11:12 +10:00
Jokob @NetAlertX
ed1ed6bb3f STYLE: Refactor columnFilters and filter-group styles for improved layout and spacing 2026-04-16 22:10:51 +00:00
jokob-sk
148cd93c75 DOCS: setting string
Signed-off-by: jokob-sk <jokob.sk@gmail.com>
2026-04-17 06:49:38 +10:00
4 changed files with 56 additions and 23 deletions

View File

@@ -1413,15 +1413,48 @@ textarea[readonly],
#columnFilters {
display: flex;
flex-wrap: wrap;
gap: 10px; /* Add spacing between items */
display: grid;
grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
gap: 0.75em;
padding: 0.5em 0;
}
#columnFilters::before,
#columnFilters::after {
display: none !important;
}
.filter-group {
box-sizing: border-box; /* Ensure padding and borders are included in the width */
padding: 1em;
padding-top: 0;
box-sizing: border-box;
padding: 0.4em;
margin: 0;
border-radius: 3px;
display: flex;
flex-direction: column;
align-items: stretch;
gap: 0.15em;
white-space: normal;
}
.filter-group label {
box-sizing: border-box;
margin: 0;
border-radius: 3px;
display: flex;
flex-direction: column;
align-items: stretch;
gap: 0.15em;
white-space: normal;
padding-left: 15px;
padding-right: 0px;
}
.filter-dropdown {
width: 100%;
}
.filter-group select {
margin-left: 15px;
padding-right: 0px;
}
.filter-dropdown

View File

@@ -12,25 +12,25 @@
"AppEvents_DateTimeCreated": "Zaznamenáno",
"AppEvents_Extra": "Extra",
"AppEvents_GUID": "",
"AppEvents_Helper1": "",
"AppEvents_Helper2": "",
"AppEvents_Helper3": "",
"AppEvents_Helper1": "Pomocník 1",
"AppEvents_Helper2": "Pomocník 2",
"AppEvents_Helper3": "Pomocník 3",
"AppEvents_ObjectForeignKey": "Cizí klíč",
"AppEvents_ObjectIndex": "Index",
"AppEvents_ObjectIsArchived": "",
"AppEvents_ObjectIsNew": "",
"AppEvents_ObjectPlugin": "",
"AppEvents_ObjectIsArchived": "Archivováno (dlouhodobě)",
"AppEvents_ObjectIsNew": "Nové (dlouhodobě)",
"AppEvents_ObjectPlugin": "Navázaný Plugin",
"AppEvents_ObjectPrimaryID": "Primární ID",
"AppEvents_ObjectSecondaryID": "Sekundární ID",
"AppEvents_ObjectStatus": "",
"AppEvents_ObjectStatusColumn": "",
"AppEvents_ObjectType": "",
"AppEvents_Plugin": "Zásuvný modul",
"AppEvents_ObjectStatus": "Logovaný stav",
"AppEvents_ObjectStatusColumn": "Stavový sloupec",
"AppEvents_ObjectType": "Typ objektu",
"AppEvents_Plugin": "Plugin",
"AppEvents_Type": "Typ",
"BACKEND_API_URL_description": "",
"BACKEND_API_URL_name": "",
"BackDevDetail_Actions_Ask_Run": "",
"BackDevDetail_Actions_Not_Registered": "",
"BACKEND_API_URL_name": "AP URL backendu",
"BackDevDetail_Actions_Ask_Run": "Chcete akci spustit?",
"BackDevDetail_Actions_Not_Registered": "Akce není zaregistrována. ",
"BackDevDetail_Actions_Title_Run": "Spustit akci",
"BackDevDetail_Copy_Ask": "",
"BackDevDetail_Copy_Title": "",
@@ -806,4 +806,4 @@
"settings_system_label": "",
"settings_update_item_warning": "",
"test_event_tooltip": ""
}
}

View File

@@ -247,7 +247,7 @@
"Device_TableHead_Name": "Name",
"Device_TableHead_NetworkSite": "Network Site",
"Device_TableHead_Owner": "Owner",
"Device_TableHead_ParentRelType": "Relationship Type",
"Device_TableHead_ParentRelType": "Relationship",
"Device_TableHead_Parent_MAC": "Parent node",
"Device_TableHead_Port": "Port",
"Device_TableHead_PresentLastScan": "Presence",

View File

@@ -456,7 +456,7 @@
"description": [
{
"language_code": "en_us",
"string": "Columns and their order that are shown on the Devices page. Drag and drop the order of columns, click <code>x</code> to remove columns. You can also click into the field to selectivelly add fields. The <code>Name</code> and <code>Status</code> fields are required."
"string": "Columns and their order that are shown on the Devices page. Drag and drop to order the columns, click <code>x</code> to remove columns. You can also click into the field to selectivelly add fields. The <code>Name</code> and <code>Status</code> fields are required."
}
]
},
@@ -535,7 +535,7 @@
"description": [
{
"language_code": "en_us",
"string": "Which column filters should be displayed in the main Devices screen. Remove all to hide the Filters section."
"string": "Column filters that should be displayed in the main Devices screen. Drag and drop to change the order. Remove all to hide the Filters section."
}
]
},