We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b7317 commit 2bafbf7Copy full SHA for 2bafbf7
frontend/views/MainPanel.js
@@ -127,7 +127,7 @@ module.exports = kind({
127
},
128
reboot: function () {
129
console.info("Sending reboot command");
130
- //this.$.systemReboot.send({reason: 'SwDownload'});
+ this.$.systemReboot.send({reason: 'SwDownload'});
131
132
start: function () {
133
console.info("Start clicked");
0 commit comments