Add remount button for mountlike backup configs

This commit is contained in:
Johannes Zellner
2021-10-11 17:45:55 +02:00
parent 332158baaa
commit b089a1f580
5 changed files with 39 additions and 3 deletions

View File

@@ -70,7 +70,7 @@ angular.module('Application').controller('VolumesController', ['$scope', '$locat
$timeout(function () {
volume.remounting = false;
refreshVolumes(function (error) { if (error) console.error('Failed to refresh volume states.', error); });
}, 3000);
}, 2000);
});
};