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 @@ -209,8 +209,8 @@ const KeyList = forwardRef((props: Props, ref) => {
209
209
{
210
210
id : 'ttl' ,
211
211
label : 'TTL' ,
212
- absoluteWidth : 70 ,
213
- minWidth : 70 ,
212
+ absoluteWidth : 86 ,
213
+ minWidth : 86 ,
214
214
truncateText : true ,
215
215
alignment : TableCellAlignment . Right ,
216
216
render : ( cellData : number , { nameString : name } : GetKeyInfoResponse ) => {
@@ -247,8 +247,8 @@ const KeyList = forwardRef((props: Props, ref) => {
247
247
{
248
248
id : 'size' ,
249
249
label : 'Size' ,
250
- absoluteWidth : 100 ,
251
- minWidth : 100 ,
250
+ absoluteWidth : 84 ,
251
+ minWidth : 84 ,
252
252
alignment : TableCellAlignment . Right ,
253
253
textAlignment : TableCellTextAlignment . Right ,
254
254
render : ( cellData : number , { nameString : name } : GetKeyInfoResponse ) => {
You can’t perform that action at this time.
0 commit comments