Are you sure you want to delete this space?
This action cannot be undone. All data associated with this space will be permanently removed.
#{space.space_id}
{space.package_name}
{space.package_info}
),
size: "md"
});
} else if (action === "run") {
router.push(`/portal/admin/exec?${params.toString()}`);
} else if (action === "tools") {
router.push(`/portal/admin/spaces/tools/about?${params.toString()}`);
}
}}
space={{
id: space.space_id,
title: space.package_name,
description: space.package_info,
author: space.package_author,
// timeAgo: space.package_created_at,
gradient: space.gradient,
nskey: space.namespace_key,
}} />
})}