@@ -274,34 +310,7 @@ const Integrations = (): JSX.Element => {
Add or edit integrations to create tickets when Fleet detects new
vulnerabilities.
- {loadingIntegrationsError ? (
-
- ) : (
-
(
-
- )}
- showMarkAllPages={false}
- isAllPagesSelected={false}
- disablePagination
- />
- )}
+ {renderTable()}
{showAddIntegrationModal && (
{
- const header = "Email already configured";
- const info = (
- <>
- To configure SMTP,{" "}
-
- >
+ const sesBaseClass = `${baseClass}__ses-enabled`;
+ return (
+
+
+
Email already configured
+
+ To configure SMTP,{" "}
+
+
+
+
);
- return ;
};
const renderSmtpForm = () => {
diff --git a/frontend/pages/admin/_styles.scss b/frontend/pages/admin/_styles.scss
index 10c4aa141c..66f1be2406 100644
--- a/frontend/pages/admin/_styles.scss
+++ b/frontend/pages/admin/_styles.scss
@@ -30,7 +30,7 @@
.side-nav__card-container {
// all side navs in the admin section we want to limit the max width
- > * {
+ > *:not(.loading-spinner) {
width: 100%;
max-width: $settings-form-max-width;
}