diff --git a/src/ui_ng/lib/src/tag/tag-detail.component.css.ts b/src/ui_ng/lib/src/tag/tag-detail.component.css.ts index 7c3f062df..2bfb781d8 100644 --- a/src/ui_ng/lib/src/tag/tag-detail.component.css.ts +++ b/src/ui_ng/lib/src/tag/tag-detail.component.css.ts @@ -112,4 +112,8 @@ export const TAG_DETAIL_STYLES: string = ` .tip-icon-low{ color:yellow; } +.second-column div, .fourth-column div, .image-detail-value div{ +height: 24px; +} + `; \ No newline at end of file diff --git a/src/ui_ng/lib/src/tag/tag-detail.component.ts b/src/ui_ng/lib/src/tag/tag-detail.component.ts index 5572742e5..cfcf3281a 100644 --- a/src/ui_ng/lib/src/tag/tag-detail.component.ts +++ b/src/ui_ng/lib/src/tag/tag-detail.component.ts @@ -101,7 +101,7 @@ export class TagDetailComponent implements OnInit { public get scanCompletedDatetime(): Date { return this.tagDetails && this.tagDetails.scan_overview ? - this.tagDetails.scan_overview.update_time : new Date(); + this.tagDetails.scan_overview.update_time : null; } public get suffixForHigh(): string {