Skip to content

Commit 2bafbf7

Browse files
committed
Enable Reboot button functionality
1 parent 77b7317 commit 2bafbf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/views/MainPanel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ module.exports = kind({
127127
},
128128
reboot: function () {
129129
console.info("Sending reboot command");
130-
//this.$.systemReboot.send({reason: 'SwDownload'});
130+
this.$.systemReboot.send({reason: 'SwDownload'});
131131
},
132132
start: function () {
133133
console.info("Start clicked");

0 commit comments

Comments
 (0)