diff --git a/src/ui_ng/lib/README.md b/src/ui_ng/lib/README.md
index 00adee80b..55ca7dceb 100644
--- a/src/ui_ng/lib/README.md
+++ b/src/ui_ng/lib/README.md
@@ -1,4 +1,6 @@
# Harbor UI library
+**NOTES: Odd version is development version and may be not stable. Even version is release version which should be stable.**
+
Wrap the following Harbor UI components into a sharable library and published as npm package for other third-party applications to import and reuse.
* Repository and tag management view
diff --git a/src/ui_ng/lib/src/config/vulnerability/vulnerability-config.component.template.ts b/src/ui_ng/lib/src/config/vulnerability/vulnerability-config.component.template.ts
index 00423b32d..69e4c7b85 100644
--- a/src/ui_ng/lib/src/config/vulnerability/vulnerability-config.component.template.ts
+++ b/src/ui_ng/lib/src/config/vulnerability/vulnerability-config.component.template.ts
@@ -10,7 +10,7 @@ export const VULNERABILITY_CONFIG_HTML: string = `
{{'CONFIG.SCANNING.DB_NOT_READY' | translate }}
-
+
+ {{ updatedTimestamp | date:'MM/dd/y HH:mm:ss' }}