mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Specify tableId for DeploymentReplicaSets
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
0c2140de8f
commit
3cc0eb81f4
@ -75,6 +75,7 @@ export class DeploymentReplicaSets extends React.Component<Props> {
|
||||
sortable={this.sortingCallbacks}
|
||||
sortByDefault={{ sortBy: sortBy.pods, orderBy: "desc" }}
|
||||
sortSyncWithUrl={false}
|
||||
tableId="deployment_replica_sets_view"
|
||||
className="box grow"
|
||||
>
|
||||
<TableHead>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user