We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c696eb7 commit ca092b6Copy full SHA for ca092b6
default.nix
@@ -239,6 +239,9 @@
239
sortColumn = "LAST_SEEN:asc";
240
columns = [ "LAST SEEN" "TYPE" "REASON" "OBJECT" "MESSAGE" ];
241
};
242
+ "v1/containers" = {
243
+ columns = [ "IDX" "NAME" "PF" "READY" "STATE" "RESTARTS" "AGE" "PROBES(L:R:S)" "CPU" "MEM" "CPU/RL" "MEM/RL" "%CPU/R" "%CPU/L" "%MEM/R" "%MEM/L" "PORTS" "IMAGE" ];
244
+ };
245
246
plugin.plugins = {
247
hostname = {
0 commit comments