Add live log buffering support and endpoint; enhance log display functionality.
This commit is contained in:
@@ -668,7 +668,8 @@ async function executeTasksSequentially() {
|
||||
}
|
||||
|
||||
executeTasksSequentially().then(() => {
|
||||
controller.progressview.removeProgress("initial")
|
||||
controller.progressview.removeProgress("initial");
|
||||
controller.logView.startLivePoll(PUBLIC_URL);
|
||||
});
|
||||
|
||||
controller.progressview.removeProgress("rebooting");
|
||||
|
||||
Reference in New Issue
Block a user