diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-04 22:37:48 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-04 22:39:14 +0200 |
| commit | 25a1e4708c976d848f065e097e90e13bc063e7ea (patch) | |
| tree | 157b2b0b715e6a014147c762b24b149527ef99d4 /app/client/system | |
| parent | 76c64dd94d25cd896c75bbe9d000aed7dfc33653 (diff) | |
monitoring of processes with epoch/progress events
Diffstat (limited to 'app/client/system')
| -rw-r--r-- | app/client/system/system.component.js | 2 |
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 { |
