-
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-123499: Replace usages of NetworkInterfacesChanged with something…
… else (#8583)
- Loading branch information
1 parent
3bc8ef3
commit 1ac7a04
Showing
9 changed files
with
73 additions
and
70 deletions.
There are no files selected for viewing
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,13 +1,9 @@ | ||
import { LabelDrivesEvent } from 'app/interfaces/events/label-drives-event.interface'; | ||
import { NetworkInterfacesChangedEvent } from 'app/interfaces/events/network-interfaces-changed-event.interface'; | ||
|
||
export interface UntypedEvent { | ||
name: string; | ||
sender?: unknown; | ||
data?: unknown; | ||
} | ||
|
||
export type CoreEvent = | ||
| UntypedEvent | ||
| NetworkInterfacesChangedEvent | ||
| LabelDrivesEvent; | ||
export type CoreEvent = UntypedEvent | LabelDrivesEvent; |
8 changes: 0 additions & 8 deletions
8
src/app/interfaces/events/network-interfaces-changed-event.interface.ts
This file was deleted.
Oops, something went wrong.
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
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
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
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
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.