diff --git a/IncBackups/static/IncBackups/IncBackups.js b/IncBackups/static/IncBackups/IncBackups.js
index a3776ce12..2eab7ff25 100644
--- a/IncBackups/static/IncBackups/IncBackups.js
+++ b/IncBackups/static/IncBackups/IncBackups.js
@@ -1365,15 +1365,15 @@ app.controller('restorev2backupoage', function ($scope, $http, $timeout, $compil
for (var j = 0; j < snapshots[i][1].length; j++) {
var tml = '
\n' +
' | ' + snapshots[i][1][j].id + ' | ' +
- console.log(snapshots[i][1][j].id)
- tml += ' | \n' +
+ ' ' + snapshots[i][1][j].time + ' | ' +
+ ' | \n' +
'
' +
' | \n' +
' \n' +
' |
' +
'' +
' ' +
- ' \n';
+ ' \n';
for (var k = 0; k < snapshots[i][1][j].paths.length; k++) {
tml += '\n' +
diff --git a/IncBackups/templates/IncBackups/RestoreV2Backup.html b/IncBackups/templates/IncBackups/RestoreV2Backup.html
index bc75bc74d..08588b585 100644
--- a/IncBackups/templates/IncBackups/RestoreV2Backup.html
+++ b/IncBackups/templates/IncBackups/RestoreV2Backup.html
@@ -61,6 +61,7 @@
| {% trans "Snapshot ID" %} |
+ {% trans "Time" %} |
{% trans "Action" %} > |
|