mirror of
https://github.com/ddworken/hishtory.git
synced 2025-08-19 03:06:45 +02:00
Add code to build the custom columns from whatever is configured
This commit is contained in:
@@ -38,7 +38,7 @@ type HistoryEntry struct {
|
||||
CustomColumns CustomColumns `json:"custom_columns"`
|
||||
}
|
||||
|
||||
type CustomColumns []CustomColumns
|
||||
type CustomColumns []CustomColumn
|
||||
|
||||
type CustomColumn struct {
|
||||
Name string `json:"name"`
|
||||
|
Reference in New Issue
Block a user