Refresh system update output after run

This commit is contained in:
root
2026-02-01 01:01:23 +02:00
parent 4ba063e68f
commit 868f60d1a3

View File

@@ -248,6 +248,7 @@ class ServerUpdates extends Page implements HasActions, HasTable
}
$this->loadUpdates();
$this->dispatch('$refresh');
}
protected function parseUpdateOutput(string $output): void