]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/blob
eaf7f47048d36cd68347c23aeacb833472230546
[ceph-ci.git] /
1 <div class="container-fluid">
2   <div class="row mx-0">
3     <cd-card cardTitle="Daemons"
4              i18n-title
5              link="/rgw/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>
10       </span>
11     </cd-card>
12
13     <cd-card cardTitle="Zoning"
14              i18n-title
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>
21       </span>
22     </cd-card>
23
24     <cd-card cardTitle="Buckets"
25              i18n-title
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>
31       </span>
32     </cd-card>
33
34     <cd-card cardTitle="Users"
35              i18n-title
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>
40       </span>
41     </cd-card>
42
43     <cd-card cardTitle="Used Capacity"
44              i18n-title
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>
49       </span>
50     </cd-card>
51
52     <cd-card cardTitle="Avg Object Size"
53              i18n-title
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>
58       </span>
59     </cd-card>
60   </div>
61 </div>