extension list layout fix

This commit is contained in:
yuri
2019-04-30 11:17:05 +03:00
parent 6a0d622344
commit c04526dc11
@@ -1,6 +1,6 @@
[
{"name":"name","width":35,"notSortable": true},
{"name":"version","notSortable": true, "width":15},
{"name":"name","width": 35,"notSortable": true},
{"name":"version","notSortable": true, "width": 12},
{"name":"description","notSortable": true},
{"name":"isInstalled","notSortable": true, "width":5}
{"name":"isInstalled","notSortable": true, "width": 8}
]