Skip to content

Commit

Permalink
NAS-128451: Port WidgetSysInfoComponent to new dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
denysbutenko committed May 16, 2024
1 parent 487a60a commit eb6ac4e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import { SystemUpdateStatus } from 'app/enums/system-update.enum';
import { SystemInfo, SystemLicense } from 'app/interfaces/system-info.interface';
import { SystemUpdate } from 'app/interfaces/system-update.interface';
import { IxIconComponent } from 'app/modules/ix-icon/ix-icon.component';
import { UptimePipe } from 'app/pages/dashboard/widgets/system/common/uptime.pipe';
import { SimpleFailoverBtnComponent } from 'app/pages/dashboard-old/components/widget-sys-info/simple-failover-btn.component';
import { WidgetSysInfoComponent } from 'app/pages/dashboard-old/components/widget-sys-info/widget-sys-info.component';
import { SystemGeneralService } from 'app/services/system-general.service';
Expand Down Expand Up @@ -75,6 +76,7 @@ describe('WidgetSysInfoComponent', () => {
imports: [
MatGridListModule,
ImgFallbackModule,
UptimePipe,
],
declarations: [
MockComponent(DragHandleComponent),
Expand Down

0 comments on commit eb6ac4e

Please sign in to comment.