Untitled

mail@pastecode.io avatar
unknown
plain_text
8 days ago
394 B
1
Indexable
Never
<div class="dashboard-wrapper">
  <div class="centered-cards">
    <!-- Total Sensors Card -->
    <mat-card class="dashboard-card centered-card">
      <mat-card-title>Total Sensors</mat-card-title>
      <mat-card-content class="card-content-centered">
        <h2>{{ totalSensors }}</h2>
        <p>Active Sensors: {{ activeSensors }}</p>
      </mat-card-content>
    </mat-card>
Leave a Comment