Access und XIOPM ausblenden
This commit is contained in:
@@ -253,8 +253,10 @@ function Dashboard() {
|
||||
<div className="bg-gray-50 rounded-lg shadow-sm border border-gray-200 justify-between space-y-1">
|
||||
<div className="flex flex-row item-center justify-between p-1">
|
||||
<CPLStatus />
|
||||
<Access1Status />
|
||||
{/*
|
||||
<Access1Status />
|
||||
<Access2Status />
|
||||
*/}
|
||||
</div>
|
||||
<div className="flex flex-col item-center justify-between gap-1">
|
||||
<div className="flex flex-row item-center justify-between space-y-0">
|
||||
@@ -270,12 +272,13 @@ function Dashboard() {
|
||||
</div>
|
||||
</div>
|
||||
{/* Die Box für XIOPM1 und XIOPM2, jeweils unter CPL und Access 1 */}
|
||||
|
||||
<div className="grid grid-cols-3 gap-4 p-4">
|
||||
<div className="flex justify-start items-center">
|
||||
<XioPM1Status /> {/* Unter CPL */}
|
||||
{/* <XioPM1Status />*/} {/* Unter CPL */}
|
||||
</div>
|
||||
<div className="flex justify-center items-center">
|
||||
<XioPM2Status /> {/* Unter Access 1 */}
|
||||
{/*<XioPM2Status /> */} {/* Unter Access 1 */}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user