+
+
+ INTRANET / SERVICES
+
+
+ QUICK LINKS
+
+
+ External services and tools. Edit public/services.json to update this list.
+
+
+
+ {loading && (
+
+ Loading services...
+
+ )}
+
+ {error && (
+
+ {error}
+
+ )}
+
+ {!loading && !error && categories.map((cat) => (
+
+
+ {cat.category}
+
+ ({cat.services.length})
+
+
+
+ {cat.services.map((service) => (
+
+ ))}
+
+
+ ))}
+
+ {!loading && !error && totalServices === 0 && (
+
+ No services configured. Add entries to public/services.json.
+
+ )}
+
+ );
+}