Xio-PM mit Mock Daten
This commit is contained in:
@@ -44,10 +44,8 @@ const AnalogeEingaengeComponent = () => {
|
||||
];
|
||||
|
||||
return (
|
||||
<div className="border rounded-lg shadow-md p-4 bg-white flex flex-col h-full">
|
||||
<h3 className="text-lg font-semibold mb-4 flex-shrink-0">
|
||||
Analoge Eingänge
|
||||
</h3>
|
||||
<div className="border rounded-lg shadow-md p-6 bg-white flex flex-col h-full">
|
||||
<h3 className="text-sm font-semibold mb-1">Analoge Eingänge</h3>
|
||||
<div className="overflow-auto flex-grow">
|
||||
<table className="table-auto w-full h-full text-sm text-left border-collapse">
|
||||
<thead className="bg-gray-100 text-gray-700">
|
||||
|
||||
Reference in New Issue
Block a user