Chart Linie Farbe geändert in Messwertüberwachung

This commit is contained in:
ISA
2025-05-05 12:25:45 +02:00
parent 93566e4d8f
commit 5185e6f442
4 changed files with 6 additions and 6 deletions

View File

@@ -44,10 +44,10 @@ const Last20MessagesTable: React.FC<Props> = ({ className }) => {
const allMessages = parseMessages(rawLast20Messages);
return (
<div className={`bg-white rounded-lg overflow-auto ${className}`}>
<div className={`bg-white p-1 rounded-lg overflow-auto ${className}`}>
{/* <h1 className="text-xl font-bold mb-4">Letzte 20 Meldungen</h1> */}
<div className="overflow-x-auto overflow-y-auto h-[95%] pt-1">
<div className="overflow-x-auto overflow-y-auto border rounded shadow-sm h-[95%] pt-1">
<table className="min-w-full border">
<thead className="bg-gray-100 text-left sticky top-0 z-10">
<tr>