Implement registration to M commands response
This commit is contained in:
@@ -7,10 +7,10 @@
|
||||
<div class="row-fluid">
|
||||
<div class="span6"></div>
|
||||
<div class="span6">
|
||||
<button class="btn" data-bind="click: $root.tempRestart; visible: $root.tempRestart" >
|
||||
<button class="btn" data-bind="click: $root.tempRestart, visible: true" >
|
||||
RESTART
|
||||
</button>
|
||||
<button class="btn btn-primary" data-bind="click: $root.test"
|
||||
<button class="btn btn-primary" data-bind="click: $root.test, visible: true"
|
||||
title="BTN for testing">
|
||||
<i class="fas fa-save" data-color="#000000"></i>  
|
||||
TEST
|
||||
|
||||
Reference in New Issue
Block a user