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.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/client/system/system.component.js b/app/client/system/system.component.js
index aaa10d6..2aa4cd4 100644
--- a/app/client/system/system.component.js
+++ b/app/client/system/system.component.js
@@ -109,8 +109,8 @@ 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=''>
- <button onClick={() => actions.system.enqueue_test_task(choice(fruits))}>+Add</button>
+ <Param title='Queue Tests'>
+ <button onClick={() => actions.system.enqueue_test_task(choice(fruits))}>+Add test task</button>
</Param>
<Param title=''>
<button onClick={() => actions.queue.start_task(wait_test_task, { preempt: true, watch: true })}>Wait and Buzz</button>