diff --git a/dashboard-ui/scripts/itemdetailpage.js b/dashboard-ui/scripts/itemdetailpage.js
index 0dfc1524fa..1eb4c9a210 100644
--- a/dashboard-ui/scripts/itemdetailpage.js
+++ b/dashboard-ui/scripts/itemdetailpage.js
@@ -1149,19 +1149,15 @@
attributes.push(createAttribute("External", (stream.IsExternal ? 'Yes' : 'No')));
}
+ if (stream.Type == "Video" && version.Timestamp) {
+ attributes.push(createAttribute("Timestamp", version.Timestamp));
+ }
+
html += attributes.join('
');
html += '';
}
- if (version.Container) {
- html += '