feat(scholars): add multiselect and bulk actions #49
1 changed files with 1 additions and 2 deletions
|
|
@ -404,7 +404,7 @@ watch(
|
||||||
</div>
|
</div>
|
||||||
<div class="flex items-center gap-2">
|
<div class="flex items-center gap-2">
|
||||||
<AppButton
|
<AppButton
|
||||||
v-if="auth.isAdmin && runStatus.isLikelyRunning"
|
v-if="runStatus.isLikelyRunning"
|
||||||
variant="danger"
|
variant="danger"
|
||||||
:disabled="!activeRunId || isCancelAnimating"
|
:disabled="!activeRunId || isCancelAnimating"
|
||||||
@click="onCancelRun"
|
@click="onCancelRun"
|
||||||
|
|
@ -420,7 +420,6 @@ watch(
|
||||||
</span>
|
</span>
|
||||||
</AppButton>
|
</AppButton>
|
||||||
<AppButton
|
<AppButton
|
||||||
v-if="auth.isAdmin"
|
|
||||||
:disabled="isStartBlocked"
|
:disabled="isStartBlocked"
|
||||||
:title="startCheckDisabledReason || undefined"
|
:title="startCheckDisabledReason || undefined"
|
||||||
:class="isStartCheckAnimating ? 'shadow-[0_0_0_1px_var(--color-state-info-border)]' : ''"
|
:class="isStartCheckAnimating ? 'shadow-[0_0_0_1px_var(--color-state-info-border)]' : ''"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue