feat: remove table items
This commit is contained in:
@@ -90,13 +90,6 @@ const rows: Row[] = [
|
|||||||
claudeSandbox: 'yes',
|
claudeSandbox: 'yes',
|
||||||
containers: 'no',
|
containers: 'no',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
feature: 'Open source',
|
|
||||||
greywall: 'yes',
|
|
||||||
safehouse: 'yes',
|
|
||||||
claudeSandbox: 'partial',
|
|
||||||
containers: 'yes',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
feature: 'Syscall filtering',
|
feature: 'Syscall filtering',
|
||||||
greywall: 'yes',
|
greywall: 'yes',
|
||||||
@@ -111,13 +104,6 @@ const rows: Row[] = [
|
|||||||
claudeSandbox: 'partial',
|
claudeSandbox: 'partial',
|
||||||
containers: 'no',
|
containers: 'no',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
feature: 'No deprecated APIs',
|
|
||||||
greywall: 'yes',
|
|
||||||
safehouse: 'no',
|
|
||||||
claudeSandbox: 'yes',
|
|
||||||
containers: 'yes',
|
|
||||||
},
|
|
||||||
]
|
]
|
||||||
|
|
||||||
function CellIcon({ value }: { value: CellValue }) {
|
function CellIcon({ value }: { value: CellValue }) {
|
||||||
|
|||||||
Reference in New Issue
Block a user