mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
remove isClusterScoped
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
7c66cd2db0
commit
244e0aa466
@ -54,7 +54,6 @@ export class ClusterRoleBindings extends React.Component<Props> {
|
||||
className="ClusterRoleBindings"
|
||||
store={clusterRoleBindingsStore}
|
||||
dependentStores={[clusterRolesStore, serviceAccountsStore]}
|
||||
isClusterScoped
|
||||
sortingCallbacks={{
|
||||
[columnId.name]: (binding: ClusterRoleBinding) => binding.getName(),
|
||||
[columnId.bindings]: (binding: ClusterRoleBinding) => binding.getSubjectNames(),
|
||||
|
||||
@ -50,7 +50,6 @@ export class ClusterRoles extends React.Component<Props> {
|
||||
tableId="access_cluster_roles"
|
||||
className="ClusterRoles"
|
||||
store={clusterRolesStore}
|
||||
isClusterScoped
|
||||
sortingCallbacks={{
|
||||
[columnId.name]: (clusterRole: ClusterRole) => clusterRole.getName(),
|
||||
[columnId.age]: (clusterRole: ClusterRole) => clusterRole.getTimeDiffFromNow(),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user