summaryrefslogtreecommitdiffstats
path: root/server/lib/socketio.js
diff options
context:
space:
mode:
authorJannik Schönartz2019-01-15 04:39:31 +0100
committerJannik Schönartz2019-01-15 04:39:31 +0100
commitffc5050fcdd0efed4f01d7f1f20465cadd9c9f5b (patch)
tree52fa04038927c99b737a5afbcecddd0ae65070f8 /server/lib/socketio.js
parent[webapp/datatable] Add search clear + show all selected button (diff)
downloadbas-ffc5050fcdd0efed4f01d7f1f20465cadd9c9f5b.tar.gz
bas-ffc5050fcdd0efed4f01d7f1f20465cadd9c9f5b.tar.xz
bas-ffc5050fcdd0efed4f01d7f1f20465cadd9c9f5b.zip
[ipxe builder] Add ipxe builder module
EFI and BIOS version can be build and configured Fancy log to see the stdout and stderr
Diffstat (limited to 'server/lib/socketio.js')
-rw-r--r--server/lib/socketio.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/lib/socketio.js b/server/lib/socketio.js
index 07c2f22..5cbedb7 100644
--- a/server/lib/socketio.js
+++ b/server/lib/socketio.js
@@ -27,6 +27,7 @@ io.on('connection', socket => {
// Join broadcast rooms (TODO: check if user has permission to join those rooms)
socket.join('broadcast newClient')
+ socket.join('broadcast ipxeBuild')
// Notification broadcasts
socket.on('notifications clearAll', () => socket.to(userId).emit('notifications clearAll'))