8144-devToTest_2444 #852

Merged
carlossa merged 86 commits from 8144-devToTest_2444 into test 2024-10-22 08:55:44 +00:00
1 changed files with 0 additions and 17 deletions
Showing only changes of commit 1f4b681b5b - Show all commits

View File

@ -171,23 +171,6 @@ async function insert() {
</VnRow>
</QCard>
</div>
<!-- <QBtn
flat
icon="delete"
color="primary"
class="btn-delete"
@click="
openConfirmationModal(
t(`Remove PDA`),
t('Do you want to remove this PDA?'),
() => deallocatePDA(row.deviceProductionFk)
)
"
>
<QTooltip>
{{ t('worker.pda.removePDA') }}
</QTooltip>
</QBtn>-->
</template>
</CrudModel>
<QPageSticky position="bottom-right" :offset="[25, 25]">