@@ -145,22 +145,22 @@ <h1 class="page-title">{{ 'overview' | translate }}</h1>
145
145
< span class ="gantt-bar-tooltip--line "> {{ instance.errorAlertsCount }}
146
146
errors, {{ instance.warningAlertsCount }} warnings</ span >
147
147
< span class ="gantt-bar-tooltip--line gantt-bar-tooltip--runs "> Total Runs: {{ instance.runsCount }}</ span >
148
- < span class ="gantt-bar-tooltip--line gantt-bar-tooltip--start "> Start Time: {{ instance.start_time | date:'MMM d, hh :mm a' }}</ span >
148
+ < span class ="gantt-bar-tooltip--line gantt-bar-tooltip--start "> Start Time: {{ instance.start_time | date:'MMM d, h :mm a' }}</ span >
149
149
< span *ngIf ="!instance.active "
150
- class ="gantt-bar-tooltip--line gantt-bar-tooltip--end "> End Time: {{ instance.end_time | date:'MMM d, hh :mm a' }}</ span >
150
+ class ="gantt-bar-tooltip--line gantt-bar-tooltip--end "> End Time: {{ instance.end_time | date:'MMM d, h :mm a' }}</ span >
151
151
< span class ="gantt-bar-tooltip--line gantt-bar-tooltip--duration "> Duration: {{ instance.start_time | duration:instance.end_time }}</ span >
152
152
</ ng-container >
153
153
154
154
< ng-container *ngIf ="instance.status === 'UPCOMING' ">
155
155
156
156
< span *ngIf ="instance.expected_start_time "
157
157
class ="gantt-bar-tooltip--line gantt-bar-tooltip--start ">
158
- Expected Start Time: {{ instance.start_time | date:'MMM d, hh :mm a' }}
158
+ Expected Start Time: {{ instance.start_time | date:'MMM d, h :mm a' }}
159
159
</ span >
160
160
161
161
< span *ngIf ="instance.expected_end_time "
162
162
class ="gantt-bar-tooltip--line gantt-bar-tooltip--end ">
163
- Expected End Time: {{ instance.end_time | date:'MMM d, hh :mm a' }}
163
+ Expected End Time: {{ instance.end_time | date:'MMM d, h :mm a' }}
164
164
</ span >
165
165
166
166
</ ng-container >
@@ -246,22 +246,22 @@ <h1 class="page-title">{{ 'overview' | translate }}</h1>
246
246
< span class ="gantt-bar-tooltip--line gantt-bar-tooltip--runs "> {{ directive.value.active ? 'Active' : 'Ended' }}</ span >
247
247
< span class ="gantt-bar-tooltip--line gantt-bar-tooltip--status "> {{ directive.value.errorAlertsCount }}
248
248
errors, {{ directive.value.warningAlertsCount }} warnings</ span >
249
- < span class ="gantt-bar-tooltip--line gantt-bar-tooltip--start "> Start Time: {{ directive.value.start_time | date:'MMM d, hh :mm a' }}</ span >
249
+ < span class ="gantt-bar-tooltip--line gantt-bar-tooltip--start "> Start Time: {{ directive.value.start_time | date:'MMM d, h :mm a' }}</ span >
250
250
< span *ngIf ="!directive.value.active "
251
- class ="gantt-bar-tooltip--line gantt-bar-tooltip--end "> End Time: {{ directive.value.end_time | date:'MMM d, hh :mm a' }}</ span >
251
+ class ="gantt-bar-tooltip--line gantt-bar-tooltip--end "> End Time: {{ directive.value.end_time | date:'MMM d, h :mm a' }}</ span >
252
252
< span class ="gantt-bar-tooltip--line gantt-bar-tooltip--duration "> Duration: {{ directive.value.start_time | duration:directive.value.end_time }}</ span >
253
253
< span class ="gantt-bar-tooltip--line gantt-bar-tooltip--runs "> Total Runs: {{ directive.value.runsCount }}</ span >
254
254
</ ng-container >
255
255
256
256
< ng-container *ngIf ="directive.value.status === 'UPCOMING' ">
257
257
< span *ngIf ="directive.value.expected_start_time "
258
258
class ="gantt-bar-tooltip--line gantt-bar-tooltip--start mt-2 ">
259
- Expected Start Time: {{ directive.value.start_time | date:'MMM d, hh :mm a' }}
259
+ Expected Start Time: {{ directive.value.start_time | date:'MMM d, h :mm a' }}
260
260
</ span >
261
261
262
262
< span *ngIf ="directive.value.expected_end_time "
263
263
class ="gantt-bar-tooltip--line gantt-bar-tooltip--end ">
264
- Expected End Time: {{ directive.value.end_time | date:'MMM d, hh :mm a' }}
264
+ Expected End Time: {{ directive.value.end_time | date:'MMM d, h :mm a' }}
265
265
</ span >
266
266
267
267
</ ng-container >
@@ -290,9 +290,9 @@ <h1 class="page-title">{{ 'overview' | translate }}</h1>
290
290
< span class ="gantt-bar-tooltip--line gantt-bar-tooltip--status "> {{ 'runStatus.' + run.status | translate }}</ span >
291
291
< span class ="gantt-bar-tooltip--line gantt-bar-tooltip--key "> Key: {{ run.key ?? '-' }}</ span >
292
292
< span *ngIf ="run.hasTime "
293
- class ="gantt-bar-tooltip--line gantt-bar-tooltip--start "> Start Time: {{ run.start_time | date: 'MMM d, hh :mm a' }}</ span >
293
+ class ="gantt-bar-tooltip--line gantt-bar-tooltip--start "> Start Time: {{ run.start_time | date: 'MMM d, h :mm a' }}</ span >
294
294
< span *ngIf ="run.hasTime && run.status !== 'RUNNING' "
295
- class ="gantt-bar-tooltip--line gantt-bar-tooltip--end "> End Time: {{ run.end_time | date: 'MMM d, hh :mm a' }}</ span >
295
+ class ="gantt-bar-tooltip--line gantt-bar-tooltip--end "> End Time: {{ run.end_time | date: 'MMM d, h :mm a' }}</ span >
296
296
< span *ngIf ="run.hasTime "
297
297
class ="gantt-bar-tooltip--line gantt-bar-tooltip--duration "> Duration: {{ run.start_time | duration: (run.end_time ?? (now$ | async)) }}</ span >
298
298
</ div >
0 commit comments