Commit 19afaae 1 parent f11939a commit 19afaae Copy full SHA for 19afaae
File tree 1 file changed +4
-4
lines changed
src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard-v3/dashboard
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
class ="details "
13
13
aria-label ="Details card ">
14
14
< dl class ="ms-4 me-4 ">
15
- < dt > Cluster ID</ dt >
15
+ < dt > Culster ID</ dt >
16
16
< dd > {{ detailsCardData.fsid }}</ dd >
17
17
< dt > Orchestrator</ dt >
18
18
< dd i18n > {{ detailsCardData.orchestrator || 'Orchestrator is not available' }}</ dd >
21
21
{{ detailsCardData.cephVersion }}
22
22
< cd-upgradable > </ cd-upgradable >
23
23
</ dd >
24
- < dt > Cluster API </ dt >
24
+ < dt > Cluster api </ dt >
25
25
< dd >
26
26
< a routerLink ="/api-docs "
27
27
target ="_blank ">
62
62
</ cd-card >
63
63
64
64
<!-- Inventory Card-->
65
- < cd-card cardTitle ="Inventory "
65
+ < cd-card cardTitle ="Inbentory "
66
66
i18n-title
67
67
class ="pt-4 "
68
- aria-label ="Inventory card ">
68
+ aria-label ="Inbentory card ">
69
69
<!-- Hosts -->
70
70
< cd-card-row [data] ="healthData.hosts "
71
71
link ="/hosts "
You can’t perform that action at this time.
0 commit comments