Add backup target edit dialog

This commit is contained in:
Johannes Zellner
2025-08-06 16:26:00 +02:00
parent 8ba56f8b66
commit bf8f8d32a9
4 changed files with 104 additions and 18 deletions
@@ -77,7 +77,6 @@ async function getBlockDevices() {
if (error) return console.error(error);
console.log(providerConfig.value)
// amend label for UI
result.forEach(d => {
d.label = d.path;