We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5db3981 commit 8412ae2Copy full SHA for 8412ae2
ui/src/components/NodePagePodsTab.tsx
@@ -107,6 +107,8 @@ const NodePagePodsTab = React.memo((props) => {
107
marginRight: spacing.r8,
108
},
109
110
+ // Loki need to be activate for this link to works. Since it's deactivated by default,
111
+ // We decide to hide this column for now. See: https://scality.atlassian.net/browse/MK8S-178
112
// {
113
// Header: 'Logs',
114
// accessor: 'log',
0 commit comments