-
Notifications
You must be signed in to change notification settings - Fork 309
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NAS-130951: Dashboard widgets | Some widget titles are not translated (…
- Loading branch information
1 parent
bf8e66e
commit 3c81d82
Showing
5 changed files
with
231 additions
and
231 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...ashboard/widgets/cpu/widget-cpu-temperature-bar/widget-cpu-temperature-bar.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<div class="wrapper"> | ||
<h3>{{ name }}</h3> | ||
<h3>{{ name | translate }}</h3> | ||
<ix-cpu-core-bar class="bar" [hideUsage]="true"></ix-cpu-core-bar> | ||
</div> |
2 changes: 1 addition & 1 deletion
2
.../pages/dashboard/widgets/cpu/widget-cpu-usage-gauge/widget-cpu-usage-gauge.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<div class="wrapper"> | ||
<h3>{{ name }}</h3> | ||
<h3>{{ name | translate }}</h3> | ||
<ix-cpu-chart-gauge></ix-cpu-chart-gauge> | ||
</div> |
2 changes: 1 addition & 1 deletion
2
...ages/dashboard/widgets/cpu/widget-cpu-usage-recent/widget-cpu-usage-recent.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.