summaryrefslogtreecommitdiff
path: root/app/client/system/system.component.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/client/system/system.component.js')
-rw-r--r--app/client/system/system.component.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/client/system/system.component.js b/app/client/system/system.component.js
index 1953ee3..b4a0ed7 100644
--- a/app/client/system/system.component.js
+++ b/app/client/system/system.component.js
@@ -93,6 +93,9 @@ class System extends Component {
<button onClick={() => actions.live.get_params()}>Get</button>
<button onClick={() => actions.live.set_param('fruit', choice(fruits))}>Set</button>
</Param>
+ <Param title='Queue'>
+ <button onClick={() => actions.system.enqueue_test_task(choice(fruits))}>+ Add</button>
+ </Param>
</Group>
</div>
{this.renderCommandOutput()}