mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-09-13 10:13:14 +08:00

* feat: save list options to local storage * fix: removing of the columns field * fix: filter body column from columns * fix: typo for raw --------- Co-authored-by: Vishal Sharma <makeavish786@gmail.com>
12 lines
199 B
JSON
12 lines
199 B
JSON
{
|
|
"options_menu": {
|
|
"options": "Options",
|
|
"format": "Format",
|
|
"raw": "Raw",
|
|
"default": "Default",
|
|
"column": "Column",
|
|
"maxLines": "Max lines per Row",
|
|
"addColumn": "Add a column"
|
|
}
|
|
}
|