Untitled

 avatar
unknown
plain_text
10 months ago
394 B
5
Indexable
<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>
Editor is loading...
Leave a Comment