From ee816f570e059784395c17551d4dd968ec0feefb Mon Sep 17 00:00:00 2001 From: Natan Keddem Date: Sat, 4 Nov 2023 00:00:53 -0400 Subject: [PATCH] cleanup history --- bale/tabs/history.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bale/tabs/history.py b/bale/tabs/history.py index 22bd45e..14d4199 100644 --- a/bale/tabs/history.py +++ b/bale/tabs/history.py @@ -53,7 +53,6 @@ class History(Tab): "field": "status", "filter": "agTextColumnFilter", "maxWidth": 100, - # "cellDataType": "text", "cellClassRules": { "text-red-300": "x == 'error'", "text-green-300": "x == 'success'",