Digitale Eingänge in Meldungseingänge umbenannt
This commit is contained in:
@@ -21,7 +21,7 @@ export default function DigitalInputs({ openInputModal, inputRange }: Props) {
|
|||||||
<div className="bg-white shadow-md border border-gray-200 p-3 rounded-lg w-full">
|
<div className="bg-white shadow-md border border-gray-200 p-3 rounded-lg w-full">
|
||||||
<h2 className="text-sm font-bold mb-3 flex items-center">
|
<h2 className="text-sm font-bold mb-3 flex items-center">
|
||||||
<Icon icon="mdi:input" className="text-littwin-blue mr-2 text-xl" />
|
<Icon icon="mdi:input" className="text-littwin-blue mr-2 text-xl" />
|
||||||
Digitale Eingänge {inputRange.start + 1} – {inputRange.end}
|
Meldungseingänge {inputRange.start + 1} – {inputRange.end}
|
||||||
</h2>
|
</h2>
|
||||||
<table className="w-full text-xs border-collapse">
|
<table className="w-full text-xs border-collapse">
|
||||||
<thead className="bg-gray-100 border-b">
|
<thead className="bg-gray-100 border-b">
|
||||||
|
|||||||
@@ -6,5 +6,5 @@
|
|||||||
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
|
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
|
||||||
|
|
||||||
*/
|
*/
|
||||||
const webVersion = "1.6.266";
|
const webVersion = "1.6.267";
|
||||||
export default webVersion;
|
export default webVersion;
|
||||||
|
|||||||
@@ -60,7 +60,7 @@ const EinAusgaenge: React.FC = () => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex flex-col gap-3 p-4 h-[calc(100vh-13vh-8vh)] laptop:h-[calc(100vh-10vh-5vh)] xl:h-[calc(100vh-10vh-6vh)] laptop:gap-0">
|
<div className="flex flex-col gap-3 p-4 h-[calc(100vh-13vh-8vh)] laptop:h-[calc(100vh-10vh-5vh)] xl:h-[calc(100vh-10vh-6vh)] laptop:gap-0">
|
||||||
<h1 className="text-base font-semibold mb-2">Ein- und Ausgänge</h1>
|
<h1 className="text-base font-semibold mb-2">Meldungseingänge</h1>
|
||||||
|
|
||||||
<div className="grid grid-cols-1 xl:grid-cols-3 gap-4 items-start ">
|
<div className="grid grid-cols-1 xl:grid-cols-3 gap-4 items-start ">
|
||||||
<DigitalInputs
|
<DigitalInputs
|
||||||
|
|||||||
Reference in New Issue
Block a user