Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions kubel.el
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@
("Age" 15 t)]
"List format.")

(defconst kubel--list-sort-key
'("NAME" . nil)
"Sort table on this key.")

(defconst kubel--status-colors
'(("Running" . "green")
("Healthy" . "green")
Expand Down Expand Up @@ -1157,7 +1153,6 @@ DIRECTORY is optional for TRAMP support."
(let ((entries (kubel--populate-list)))
(setq tabulated-list-format (car entries))
(setq tabulated-list-entries (cadr entries))) ; TODO handle "No resource found"
(setq tabulated-list-sort-key kubel--list-sort-key)
(setq tabulated-list-sort-key nil)
(tabulated-list-init-header)
(tabulated-list-print)
Expand Down