Skip to content

Commit 19afaae

Browse files
authored
Test reviewdog action - Update dashboard-v3.component.html
Signed-off-by: Pedro Gonzalez Gomez <pegonzal@ibm.com>
1 parent f11939a commit 19afaae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pybind/mgr/dashboard/frontend/src/app/ceph/dashboard-v3/dashboard/dashboard-v3.component.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
class="details"
1313
aria-label="Details card">
1414
<dl class="ms-4 me-4">
15-
<dt>Cluster ID</dt>
15+
<dt>Culster ID</dt>
1616
<dd>{{ detailsCardData.fsid }}</dd>
1717
<dt>Orchestrator</dt>
1818
<dd i18n>{{ detailsCardData.orchestrator || 'Orchestrator is not available' }}</dd>
@@ -21,7 +21,7 @@
2121
{{ detailsCardData.cephVersion }}
2222
<cd-upgradable></cd-upgradable>
2323
</dd>
24-
<dt>Cluster API</dt>
24+
<dt>Cluster api</dt>
2525
<dd>
2626
<a routerLink="/api-docs"
2727
target="_blank">
@@ -62,10 +62,10 @@
6262
</cd-card>
6363

6464
<!-- Inventory Card-->
65-
<cd-card cardTitle="Inventory"
65+
<cd-card cardTitle="Inbentory"
6666
i18n-title
6767
class="pt-4"
68-
aria-label="Inventory card">
68+
aria-label="Inbentory card">
6969
<!-- Hosts -->
7070
<cd-card-row [data]="healthData.hosts"
7171
link="/hosts"

0 commit comments

Comments
 (0)