/** * AutomationLogsView * * Placeholder view for automation execution logs. */ import React from 'react'; import styles from '../../FeatureView.module.css'; export const AutomationLogsView: React.FC = () => (

Execution Logs

Automatisierungs-Ausführungsprotokolle

);