corrected spelling

This commit is contained in:
2024-11-05 16:23:47 +01:00
parent 10edf80233
commit 75de230b1f
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
</div>
</div>
</div>
<div class="flex justify-center">"
<div class="flex justify-center">
<Button :disabled="loadingStore.exectuion_loading || !isInputFilled" label="Execute" @click="execScenario" size="large" iconPos="right" icon="pi pi-cog"></Button>
</div>
</template>
@@ -43,7 +43,7 @@
</div>
</div>
</div>
<div class="flex justify-center">"
<div class="flex justify-center">
<Button :disabled="loadingStore.exectuion_loading || !isInputFilled " label="Execute" @click="execScenario" size="large" iconPos="right" icon="pi pi-cog"></Button>
</div>
</template>

View File

@@ -75,7 +75,7 @@
<template #empty>
<tr>
<td :colspan="9" class="text-center">No executions found</td>
<td :colspan="9" class="text-center">No execution found</td>
</tr>
</template>
</DataTable>