We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f22687 commit 8180c00Copy full SHA for 8180c00
web/src/views/project/template/TemplateTerraformState.vue
@@ -265,14 +265,6 @@
265
{{ item.created | formatDate }}
266
</template>
267
268
- <template v-slot:item.actions="{ item }">
269
- <v-btn-toggle dense :value-comparator="() => false">
270
- <v-btn @click="deleteState(item)">
271
- <v-icon>mdi-delete</v-icon>
272
- </v-btn>
273
- </v-btn-toggle>
274
- </template>
275
-
276
<template v-slot:expanded-item="{ headers, item }">
277
<td
278
:colspan="headers.length"
@@ -395,10 +387,6 @@ export default {
395
387
396
388
methods: {
397
389
398
- deleteState(id) {
399
- console.log(id);
400
- },
401
402
390
async setDefaultInventory() {
403
391
await axios({
404
392
method: 'post',
0 commit comments