fix: nur 8 Analoge Eingänge
This commit is contained in:
@@ -46,7 +46,7 @@ export default function AnalogInputsTable({
|
||||
</h2>
|
||||
<div className="overflow-x-auto">
|
||||
<table className="w-full text-xs laptop:text-[10px] xl:text-xs 2xl:text-sm border-collapse">
|
||||
<thead className="bg-gray-100 border-b">
|
||||
<thead className="bg-gray-100 border-b items-center ">
|
||||
<tr>
|
||||
<th className="border p-1 text-left">Eingang</th>
|
||||
<th className="border p-1 text-left">Messwert</th>
|
||||
@@ -61,6 +61,7 @@ export default function AnalogInputsTable({
|
||||
(e) =>
|
||||
e && typeof e.id === "number" && typeof e.label === "string"
|
||||
)
|
||||
.slice(0, 8)
|
||||
.map((e, index) => (
|
||||
<tr
|
||||
key={index}
|
||||
|
||||
Reference in New Issue
Block a user