{{ title }}
-
+
@@ -31,7 +31,7 @@
>
Small
-
+
@@ -43,7 +43,7 @@
{{ latestValue | humanizeChartNumeric: title }}
-
+
-
+
diff --git a/flink-runtime-web/web-dashboard/src/app/components/job-chart/job-chart.component.ts b/flink-runtime-web/web-dashboard/src/app/components/job-chart/job-chart.component.ts
index bcd697bfe2693..02ffa91b6a153 100644
--- a/flink-runtime-web/web-dashboard/src/app/components/job-chart/job-chart.component.ts
+++ b/flink-runtime-web/web-dashboard/src/app/components/job-chart/job-chart.component.ts
@@ -38,14 +38,14 @@ import { HumanizeChartNumericPipe } from '@flink-runtime-web/components/humanize
import { JobChartService } from '@flink-runtime-web/components/job-chart/job-chart.service';
import { NzButtonModule } from 'ng-zorro-antd/button';
import { NzIconModule } from 'ng-zorro-antd/icon';
+import { NzSpaceModule } from 'ng-zorro-antd/space';
@Component({
selector: 'flink-job-chart',
templateUrl: './job-chart.component.html',
styleUrls: ['./job-chart.component.less'],
changeDetection: ChangeDetectionStrategy.OnPush,
- imports: [NzButtonModule, NzIconModule, HumanizeChartNumericPipe],
- standalone: true
+ imports: [NzButtonModule, NzIconModule, NzSpaceModule, HumanizeChartNumericPipe]
})
export class JobChartComponent implements AfterViewInit, OnDestroy {
@Input() title: string;
diff --git a/flink-runtime-web/web-dashboard/src/app/components/job-list/job-list.component.ts b/flink-runtime-web/web-dashboard/src/app/components/job-list/job-list.component.ts
index b8bf3c209705e..db30339688c1e 100644
--- a/flink-runtime-web/web-dashboard/src/app/components/job-list/job-list.component.ts
+++ b/flink-runtime-web/web-dashboard/src/app/components/job-list/job-list.component.ts
@@ -39,7 +39,7 @@ import { TaskBadgeComponent } from '@flink-runtime-web/components/task-badge/tas
import { JobsItem } from '@flink-runtime-web/interfaces';
import { JobService, StatusService } from '@flink-runtime-web/services';
import { NzCardModule } from 'ng-zorro-antd/card';
-import { NzMessageModule, NzMessageService } from 'ng-zorro-antd/message';
+import { NzMessageService } from 'ng-zorro-antd/message';
import { NzTableModule } from 'ng-zorro-antd/table';
@Component({
@@ -54,10 +54,8 @@ import { NzTableModule } from 'ng-zorro-antd/table';
JobBadgeComponent,
NgForOf,
HumanizeDatePipe,
- HumanizeDurationPipe,
- NzMessageModule
- ],
- standalone: true
+ HumanizeDurationPipe
+ ]
})
export class JobListComponent implements OnInit, OnDestroy, OnChanges {
listOfJob: JobsItem[] = [];
diff --git a/flink-runtime-web/web-dashboard/src/app/components/navigation/navigation.component.html b/flink-runtime-web/web-dashboard/src/app/components/navigation/navigation.component.html
index 55f933106ed74..157ab21f372c2 100644
--- a/flink-runtime-web/web-dashboard/src/app/components/navigation/navigation.component.html
+++ b/flink-runtime-web/web-dashboard/src/app/components/navigation/navigation.component.html
@@ -16,10 +16,10 @@
~ limitations under the License.
-->
-