zahmis 4 vuotta sitten
vanhempi
sitoutus
30ac08dfc0

+ 5 - 1
src/client/js/components/Admin/SlackIntegration/SlackIntegration.jsx

@@ -183,7 +183,11 @@ const SlackIntegration = (props) => {
           </a>
         </h2>
 
-        {Object.keys(connectionStatuses).length === 0 ? <h1>hoeg</h1>
+        {Object.keys(connectionStatuses).length === 0 ? (
+          <div className="text-muted text-center">
+            <i className="fa fa-2x fa-spinner fa-pulse mr-1"></i>
+          </div>
+        )
         : (
           <>
             <div className="d-flex justify-content-end">