Added frontend bugfixes for workflow view

This commit is contained in:
frikky
2021-06-06 13:43:51 +02:00
parent c81140babb
commit d6f1b0e3ae
5 changed files with 38 additions and 12 deletions
@@ -0,0 +1,11 @@
curl -XPUT http://localhost:9200/_cluster/settings -H "Content-Type:application/json" -d \
'{
"transient": {
"cluster.routing.allocation.disk.threshold_enabled": false
}
}'
curl -XPUT http://localhost:9200/_all/_settings -H "Content-Type: application/json" -d \
'{
"index.blocks.read_only_allow_delete": null
}'