summaryrefslogtreecommitdiff
path: root/app/client/system
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-04 22:37:48 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-04 22:39:14 +0200
commit25a1e4708c976d848f065e097e90e13bc063e7ea (patch)
tree157b2b0b715e6a014147c762b24b149527ef99d4 /app/client/system
parent76c64dd94d25cd896c75bbe9d000aed7dfc33653 (diff)
monitoring of processes with epoch/progress events
Diffstat (limited to 'app/client/system')
-rw-r--r--app/client/system/system.component.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/system/system.component.js b/app/client/system/system.component.js
index 57a82e5..1953ee3 100644
--- a/app/client/system/system.component.js
+++ b/app/client/system/system.component.js
@@ -30,7 +30,7 @@ const live_test_task = {
epochs: 1,
opt: {}
}
-const fruits = ["apple","pear","banana","strawberry"]
+const fruits = ["apple","pear","orange","strawberry"]
function choice(a){ return a[Math.floor(Math.random()*a.length)]}
class System extends Component {