diff --git a/public/iconify/material-symbols.json b/public/iconify/material-symbols.json index d80490c..6e3e431 100644 --- a/public/iconify/material-symbols.json +++ b/public/iconify/material-symbols.json @@ -38,6 +38,9 @@ }, "check-circle": { "body": "" + }, + "cancel": { + "body": "" } } } diff --git a/src/views/namespace/index.vue b/src/views/namespace/index.vue index 46e3455..5f5faab 100644 --- a/src/views/namespace/index.vue +++ b/src/views/namespace/index.vue @@ -46,15 +46,13 @@ const { columns, columnChecks, data, getData, loading, mobilePagination, searchP align: 'center', width: 40, render: row => ( - <> +
{namespaceId.value === row.uniqueId! ? ( -
- -
+ ) : ( - '' + )} - +
) }, {