mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 16:02:24 +00:00
increase max concurrent run demo workspace
This commit is contained in:
@@ -115,13 +115,13 @@
|
||||
<span class="text-secondary block w-full text-left px-4 py-2 text-xs"
|
||||
>{$workspaceUsageStore}/1000 free workspace execs</span
|
||||
>
|
||||
<div class="w-full bg-gray-200 h-1">
|
||||
<div
|
||||
class="bg-blue-400 h-1"
|
||||
style="width: {Math.min($workspaceUsageStore, 1000) / 10}%"
|
||||
/>
|
||||
</div>
|
||||
{/if}
|
||||
<div class="w-full bg-gray-200 h-1">
|
||||
<div
|
||||
class="bg-blue-400 h-1"
|
||||
style="width: {Math.min($workspaceUsageStore, 1000) / 10}%"
|
||||
/>
|
||||
</div>
|
||||
{#if $userStore?.is_admin}
|
||||
<button
|
||||
type="button"
|
||||
|
||||
@@ -117,10 +117,13 @@
|
||||
<span class="text-secondary block w-full text-left px-4 py-2 text-xs"
|
||||
>{$workspaceUsageStore}/1000 free workspace execs</span
|
||||
>
|
||||
<div class="w-full bg-gray-200 h-1">
|
||||
<div
|
||||
class="bg-blue-400 h-1"
|
||||
style="width: {Math.min($workspaceUsageStore, 1000) / 10}%"
|
||||
/>
|
||||
</div>
|
||||
{/if}
|
||||
<div class="w-full bg-gray-200 h-1">
|
||||
<div class="bg-blue-400 h-1" style="width: {Math.min($workspaceUsageStore, 1000) / 10}%" />
|
||||
</div>
|
||||
{#if $userStore?.is_admin}
|
||||
<button
|
||||
type="button"
|
||||
|
||||
Reference in New Issue
Block a user