make reset on the filesystem view work again

This commit is contained in:
Michael Hudson-Doyle 2017-03-13 11:52:35 +13:00
parent 0d48ef1836
commit e4fd20dcf1
1 changed files with 2 additions and 0 deletions

View File

@ -534,6 +534,8 @@ class FilesystemModel(object):
self._filesystems = []
self._partitions = []
self._mounts = []
for k, d in self._available_disks.items():
self._available_disks[k] = Disk.from_info(d._info)
def render(self):
r = []