mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
fix(nodes): restrict nodes details from standard user [EE-6125] (#10586)
Co-authored-by: testa113 <testa113>
This commit is contained in:
parent
103d908e63
commit
0c323b48e7
2 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@ export const node = columnHelper.accessor('nodeName', {
|
|||
<Authorized
|
||||
authorizations="K8sClusterNodeR"
|
||||
childrenUnauthorized={nodeName}
|
||||
adminOnlyCE
|
||||
>
|
||||
<Link to="kubernetes.cluster.node" params={{ nodeName }}>
|
||||
<div className="max-w-xs truncate" title={nodeName}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue