mirror of
https://github.com/outbackdingo/labca.git
synced 2026-01-27 18:19:33 +00:00
Don't show dbdata backups as restorable from gui
This commit is contained in:
@@ -711,6 +711,12 @@
|
||||
}
|
||||
});
|
||||
|
||||
$(".backup-restore").each(function() {
|
||||
if ($(this).parent().parent().find("td").eq(0).text().startsWith("dbdata-") ) {
|
||||
$(this).addClass("hidden");
|
||||
}
|
||||
});
|
||||
|
||||
$("#root-details").on('show.bs.collapse', function() {
|
||||
$("#root-show").hide();
|
||||
$("#root-hide").removeClass("hidden").show();
|
||||
|
||||
Reference in New Issue
Block a user