From abb129bde0e10551a212ed234bddb9e4f2259d47 Mon Sep 17 00:00:00 2001 From: Tola Leng Date: Fri, 20 Jun 2025 17:42:10 +0700 Subject: [PATCH] Removes the "Add Certificate" button from the SSL Certificates table header. --- .../src/components/ssl-domain/SSLCertificatesTable.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/application/src/components/ssl-domain/SSLCertificatesTable.tsx b/application/src/components/ssl-domain/SSLCertificatesTable.tsx index 03177f7..ce6fb15 100644 --- a/application/src/components/ssl-domain/SSLCertificatesTable.tsx +++ b/application/src/components/ssl-domain/SSLCertificatesTable.tsx @@ -130,13 +130,6 @@ export const SSLCertificatesTable = () => { return ( <> - - {t('sslCertificates')} - -