Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,9 @@ const DELETED_TAB_COLUMNS = [
const PENDINGDIR_TAB_COLUMNS = [
{
title: 'Directory Name',
dataIndex: 'path',
key: 'path'
dataIndex: 'key',
isSearchable: true,
key: 'key'
},
{
title: 'In state since',
Expand All @@ -294,9 +295,8 @@ const PENDINGDIR_TAB_COLUMNS = [
},
{
title: 'Path',
dataIndex: 'key',
key: 'key',
isSearchable: true,
dataIndex: 'path',
key: 'path',
width: '450px'
},
{
Expand Down