Skip to content

Commit 8412ae2

Browse files
committed
MK8S-178 - add comments
1 parent 5db3981 commit 8412ae2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ui/src/components/NodePagePodsTab.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ const NodePagePodsTab = React.memo((props) => {
107107
marginRight: spacing.r8,
108108
},
109109
},
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
110112
// {
111113
// Header: 'Logs',
112114
// accessor: 'log',

0 commit comments

Comments
 (0)