Skip to content

Commit

Permalink
[FLINK-30525][web] Remove broken reference to env variables field
Browse files Browse the repository at this point in the history
  • Loading branch information
huwh authored Jan 13, 2023
1 parent a32bf0f commit 560b461
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@
></flink-table-display>
</nz-card>

<nz-card nzType="inner" nzTitle="Environment" [nzLoading]="loading">
<flink-table-display
*ngIf="environmentInfo && environmentInfo.environment.length; else noDataTemplate"
[listOfData]="environmentInfo.environment"
></flink-table-display>
</nz-card>

<nz-card nzType="inner" nzTitle="JVM" [nzLoading]="loading">
<flink-table-display
*ngIf="environmentInfo; else noDataTemplate"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export interface JvmInfo {
}

export interface EnvironmentInfo {
environment: Array<{ key: string; value: string }>;
jvm: JvmInfo;
classpath: string[];
}
Expand Down

0 comments on commit 560b461

Please sign in to comment.