Letzte20Meldungen
This commit is contained in:
@@ -44,10 +44,10 @@ const Last20MessagesTable: React.FC<Props> = ({ className }) => {
|
||||
const allMessages = parseMessages(rawLast20Messages);
|
||||
|
||||
return (
|
||||
<div className={`bg-white shadow-md rounded-lg overflow-auto ${className}`}>
|
||||
<h1 className="text-xl font-bold mb-4">Letzte 20 Meldungen</h1>
|
||||
<div className={`bg-white 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 border rounded shadow-sm h-[95%]">
|
||||
<div className="overflow-x-auto overflow-y-auto h-[95%] pt-1">
|
||||
<table className="min-w-full border">
|
||||
<thead className="bg-gray-100 text-left sticky top-0 z-10">
|
||||
<tr>
|
||||
|
||||
@@ -6,5 +6,5 @@
|
||||
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
|
||||
|
||||
*/
|
||||
const webVersion = "1.6.356";
|
||||
const webVersion = "1.6.357";
|
||||
export default webVersion;
|
||||
|
||||
@@ -40,7 +40,7 @@ const Dashboard: React.FC = () => {
|
||||
</div>
|
||||
|
||||
{/* Hauptbereich mit Meldungstabelle und Baugruppenträger */}
|
||||
<div className="flex flex-col lg:flex-row gap-4 flex-grow overflow-hidden">
|
||||
<div className="flex flex-col lg:flex-row gap-4 flex-grow overflow-hidden pt-4">
|
||||
<Last20MessagesTable className="w-full lg:w-2/3 h-full" />
|
||||
|
||||
<div className="shadow-md rounded-lg w-full lg:w-1/3 flex flex-col gap-2">
|
||||
|
||||
Reference in New Issue
Block a user