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"
|
className="ClusterRoleBindings"
|
||||||
store={clusterRoleBindingsStore}
|
store={clusterRoleBindingsStore}
|
||||||
dependentStores={[clusterRolesStore, serviceAccountsStore]}
|
dependentStores={[clusterRolesStore, serviceAccountsStore]}
|
||||||
isClusterScoped
|
|
||||||
sortingCallbacks={{
|
sortingCallbacks={{
|
||||||
[columnId.name]: (binding: ClusterRoleBinding) => binding.getName(),
|
[columnId.name]: (binding: ClusterRoleBinding) => binding.getName(),
|
||||||
[columnId.bindings]: (binding: ClusterRoleBinding) => binding.getSubjectNames(),
|
[columnId.bindings]: (binding: ClusterRoleBinding) => binding.getSubjectNames(),
|
||||||
|
|||||||
@ -50,7 +50,6 @@ export class ClusterRoles extends React.Component<Props> {
|
|||||||
tableId="access_cluster_roles"
|
tableId="access_cluster_roles"
|
||||||
className="ClusterRoles"
|
className="ClusterRoles"
|
||||||
store={clusterRolesStore}
|
store={clusterRolesStore}
|
||||||
isClusterScoped
|
|
||||||
sortingCallbacks={{
|
sortingCallbacks={{
|
||||||
[columnId.name]: (clusterRole: ClusterRole) => clusterRole.getName(),
|
[columnId.name]: (clusterRole: ClusterRole) => clusterRole.getName(),
|
||||||
[columnId.age]: (clusterRole: ClusterRole) => clusterRole.getTimeDiffFromNow(),
|
[columnId.age]: (clusterRole: ClusterRole) => clusterRole.getTimeDiffFromNow(),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user