Skip to content

Commit

Permalink
fix(plugins/plugin-kubectl): in split screen mode, PVC and PV tables …
Browse files Browse the repository at this point in the history
…horizontally overflow
  • Loading branch information
starpit committed Sep 3, 2022
1 parent 07fef7e commit c9d1fef
Showing 1 changed file with 9 additions and 0 deletions.
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

0 comments on commit c9d1fef

Please # to comment.