Skip to content

Commit

Permalink
Merge pull request #471 from bareos/dev/fbergkemper/master/s3927
Browse files Browse the repository at this point in the history
webui: improve the selection of a specific file version restore
  • Loading branch information
fbergkemper committed Apr 2, 2020
2 parents 26f395e + fa203b9 commit 0577bcf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webui/module/Restore/view/restore/restore/versions.phtml
Expand Up @@ -308,6 +308,9 @@ function getFileVersions(pathid, filename) {
});
row.append(col1, col2, col3, col4);
$('#file-versions-list').append(row)
if(data.length == 1) {
document.getElementById(rowId).checked = true;
}
});
},
error: function() {
Expand Down

0 comments on commit 0577bcf

Please sign in to comment.