mirror of
https://github.com/unraid/webgui.git
synced 2026-01-13 21:20:01 -06:00
System update
This commit is contained in:
@@ -29,7 +29,7 @@ pre#text{height:500px!important}
|
||||
var diagnosticsFile = "";
|
||||
var nchan_diagnostics = new NchanSubscriber('/sub/diagnostics',{subscriber:'websocket'});
|
||||
|
||||
diagnostic.on('message', function(data) {
|
||||
nchan_diagnostics.on('message', function(data) {
|
||||
if (data == '_DONE_') {
|
||||
nchan_diagnostics.stop();
|
||||
$('.sweet-alert').hide('fast').removeClass('nchan');
|
||||
|
||||
Reference in New Issue
Block a user