1 <div class="container-fluid">
3 <cd-card cardTitle="Daemons"
6 class="col-sm-2 px-3 d-flex"
7 aria-label="Daemons card">
8 <span class="ms-4 me-4">
9 <h1 class="text-center">{{ rgwDaemonCount }}</h1>
13 <cd-card cardTitle="Zoning"
15 class="col-sm-2 px-3 d-flex"
16 aria-label="Details card">
17 <span class="ms-4 me-4 text-center">
18 <h3>{{ rgwRealmCount }} Realms</h3>
19 <h3>{{ rgwZonegroupCount }} Zonegroups</h3>
20 <h3>{{ rgwZoneCount }} Zones</h3>
24 <cd-card cardTitle="Buckets"
26 class="col-sm-2 px-3 d-flex"
27 aria-label="Details card">
28 <span class="ms-4 me-4 text-center">
29 <h2>{{ rgwBucketCount }} Buckets</h2>
30 <h2>{{ objectCount }} Objects</h2>
34 <cd-card cardTitle="Users"
36 class="col-sm-2 px-3 d-flex"
37 aria-label="Details card">
38 <span class="ms-4 me-4 text-center">
39 <h1>{{ UserCount }}</h1>
43 <cd-card cardTitle="Used Capacity"
45 class="col-sm-2 px-3 d-flex"
46 aria-label="Details card">
47 <span class="ms-4 me-4 text-center">
48 <h1>{{ totalPoolUsedBytes | dimlessBinary}}</h1>
52 <cd-card cardTitle="Avg Object Size"
54 class="col-sm-2 px-3 d-flex"
55 aria-label="Details card">
56 <span class="ms-4 me-4 text-center">
57 <h1>{{ averageObjectSize | dimlessBinary}}</h1>