Skip to content

Commit

Permalink
NAS-130951: Dashboard widgets | Some widget titles are not translated (
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKarpov98 authored Sep 2, 2024
1 parent bf8e66e commit 3c81d82
Show file tree
Hide file tree
Showing 5 changed files with 231 additions and 231 deletions.
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>
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>
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="wrapper">
<h3>{{ name }}</h3>
<h3>{{ name | translate }}</h3>
@if (isLoading()) {
<ngx-skeleton-loader
class="skeleton"
Expand Down
Loading

0 comments on commit 3c81d82

Please sign in to comment.