forked from verdnatura/salix-front
fix: refs #7986 clean code
This commit is contained in:
parent
e06ce4f8a4
commit
1f4b681b5b
|
@ -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]">
|
||||
|
|
Loading…
Reference in New Issue