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:38:05 +0200
commit00d639421a462172464e8a2f6d6f57cf764ae8bb (patch)
tree46dcf66a404ded630738d0d0728565cbad06792f /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 {