File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
redisinsight/ui/src/pages/browser/components/key-list Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -189,8 +189,8 @@ const KeyList = forwardRef((props: Props, ref) => {
189
189
{
190
190
id : 'ttl' ,
191
191
label : 'TTL' ,
192
- absoluteWidth : 70 ,
193
- minWidth : 70 ,
192
+ absoluteWidth : 86 ,
193
+ minWidth : 86 ,
194
194
truncateText : true ,
195
195
alignment : TableCellAlignment . Right ,
196
196
render : ( cellData : number , { nameString : name } : GetKeyInfoResponse ) => {
@@ -227,8 +227,8 @@ const KeyList = forwardRef((props: Props, ref) => {
227
227
{
228
228
id : 'size' ,
229
229
label : 'Size' ,
230
- absoluteWidth : 100 ,
231
- minWidth : 100 ,
230
+ absoluteWidth : 84 ,
231
+ minWidth : 84 ,
232
232
alignment : TableCellAlignment . Right ,
233
233
textAlignment : TableCellTextAlignment . Right ,
234
234
render : ( cellData : number , { nameString : name } : GetKeyInfoResponse ) => {
You can’t perform that action at this time.
0 commit comments