mirror of
https://github.com/oceanprotocol/market.git
synced 2024-11-15 01:34:57 +01:00
17 lines
362 B
JSON
17 lines
362 B
JSON
|
{
|
||
|
"form": {
|
||
|
"success": "🎉 Your Compute job started. 🎉",
|
||
|
"error": "Compute job could not be started.",
|
||
|
"data": [
|
||
|
{
|
||
|
"name": "algorithm",
|
||
|
"label": "Select an algorithm to start a compute job",
|
||
|
"type": "assetSelection",
|
||
|
"value": false,
|
||
|
"options": [],
|
||
|
"sortOptions": false
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|