Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.
Merged
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
9 changes: 9 additions & 0 deletions plugins/plugin-kubectl/src/lib/view/formatTable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,15 @@ export const outerCSSForKey = {
// api-resources
APIGROUP: 'hide-with-sidecar',

// PVC and PV
VOLUME: 'hide-with-sidecar kui--hide-in-narrower-windows',
STORAGECLASS: 'hide-with-sidecar kui--hide-in-narrower-windows',
'ACCESS MODES': 'hide-with-sidecar kui--hide-in-narrower-windows',

// PV
CLAIM: 'hide-with-sidecar kui--hide-in-narrower-windows',
'RECLAIM POLICY': 'hide-with-sidecar kui--hide-in-narrower-windows',

REVISION: 'hide-with-sidecar', // helm ls
AGE: 'hide-with-sidecar', // e.g. helm status and kubectl get svc
'PORT(S)': 'entity-name-group entity-name-group-narrow hide-with-sidecar', // helm status for services
Expand Down