Actions
Bug #26263
openUnused column on the left side of the Technical logs table
Pull Request:
Severity:
Trivial - no functional impact | cosmetic
UX impact:
It bothers me each time
User visibility:
First impressions of Rudder
Effort required:
Very Small
Priority:
118
Name check:
To do
Fix check:
To do
Regression:
No
Description
See the screenshot, nothing seems to be in this column.
Files
Updated by Clark ANDRIANASOLO 20 days ago
- Target version changed from 8.3.0~alpha2 to 8.1.12
- Severity set to Trivial - no functional impact | cosmetic
- UX impact set to It bothers me each time
- User visibility set to First impressions of Rudder
- Priority changed from 0 to 118
It happens on 8.1
There are supposed to be 8 columns (among which 1 hidden one), but the kind
column is unmapped from the AJAX response from the server, so the table is adding an empty column due to this :
{"executionDate": "2025-02-03 09:31:13+0000", "runDate": "2025-02-03 09:31:08+0000", "kind": "control", "status": "control", "ruleName": "rudder", "directiveName": "run", "component": "end", "value": "20250128-080350-e91a95e4", "message": "End execution"}
Apparently the "kind" column is linked to the "status" one (the logic is : (kind, status) = severity.split("_")
), we should find a way to display the relevant information
Updated by Clark ANDRIANASOLO 20 days ago
- Priority changed from N/A to To review
Updated by Nicolas CHARLES 17 days ago
- Assignee set to Clark ANDRIANASOLO
- Priority changed from To review to 2
Updated by Nicolas CHARLES 17 days ago
I'm fairly sure we don't want to show the "kind" (it's a technical internal info)
Simply having the first column non sortable would be enough to keep the indentation
Actions