File tree 1 file changed +7
-25
lines changed
front_end/ui/legacy/components/cookie_table 1 file changed +7
-25
lines changed Original file line number Diff line number Diff line change @@ -245,36 +245,18 @@ export class CookiesTable extends UI.Widget.VBox {
245
245
?inactive=${ cookie . inactive }
246
246
?dirty=${ cookie . dirty }
247
247
?highlighted=${ cookie . flagged } >
248
- < td >
249
- ${ cookie . icons ?. name }
250
- ${ cookie . name }
251
- </ td >
248
+ < td > ${ cookie . icons ?. name } ${ cookie . name } </ td >
252
249
< td > ${ cookie . value } </ td >
253
- < td >
254
- ${ cookie . icons ?. domain }
255
- ${ cookie . domain }
256
- </ td >
257
- < td >
258
- ${ cookie . icons ?. path }
259
- ${ cookie . path }
260
- </ td >
261
- < td title =${ ifDefined ( cookie . expiresTooltip ) } >
262
- ${ cookie . expires }
263
- </ td >
250
+ < td > ${ cookie . icons ?. domain } ${ cookie . domain } </ td >
251
+ < td > ${ cookie . icons ?. path } ${ cookie . path } </ td >
252
+ < td title =${ ifDefined ( cookie . expiresTooltip ) } > ${ cookie . expires } </ td >
264
253
< td > ${ cookie . size } </ td >
265
254
< td data-value =${ Boolean ( cookie [ 'http-only' ] ) } > </ td >
266
- < td data-value =${ Boolean ( cookie . secure ) } >
267
- ${ cookie . icons ?. secure }
268
- </ td >
269
- < td >
270
- ${ cookie . icons ?. [ 'same-site' ] }
271
- ${ cookie [ 'same-site' ] }
272
- </ td >
255
+ < td data-value =${ Boolean ( cookie . secure ) } > ${ cookie . icons ?. secure } </ td >
256
+ < td > ${ cookie . icons ?. [ 'same-site' ] } ${ cookie [ 'same-site' ] } </ td >
273
257
< td > ${ cookie [ 'partition-key-site' ] } </ td >
274
258
< td data-value =${ Boolean ( cookie [ 'has-cross-site-ancestor' ] ) } > </ td >
275
- < td data-value =${ ifDefined ( cookie . priorityValue ) } >
276
- ${ cookie . priority }
277
- </ td >
259
+ < td data-value =${ ifDefined ( cookie . priorityValue ) } > ${ cookie . priority } </ td >
278
260
${ input . schemeBindingEnabled ? html `
279
261
< td title =${ i18nString ( UIStrings . sourceSchemeTooltip ) } > ${ cookie [ 'source-scheme' ] } </ td > ` : '' }
280
262
${ input . portBindingEnabled ? html `
You can’t perform that action at this time.
0 commit comments