Skip to content
Snippets Groups Projects
Commit b478660b authored by Theo Lesage's avatar Theo Lesage
Browse files

Remove beta tags for `Cache optimization` and `Use a gpu`

parent 492acd82
No related branches found
No related tags found
1 merge request!1649Remove beta tags for `Cache optimization` and `Use a gpu`
......@@ -209,7 +209,6 @@
:title="cacheTitle"
>
<label class="label is-flex">
<span class="tag is-info mr-1">beta</span>
Cache optimisation
<input :disabled="process.mode !== 'workers' || !hasWorkerRuns || isReadOnly || null" type="checkbox" v-model="useCache" />
</label>
......@@ -224,7 +223,6 @@
:title="useGPUTitle"
>
<label class="label is-flex">
<span class="tag is-info mr-1">beta</span>
Use a GPU
<input :disabled="!hasWorkerRuns || isReadOnly || null" type="checkbox" v-model="useGPU" />
</label>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment