We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad576b commit 88a982bCopy full SHA for 88a982b
1 file changed
src/main/malewicz/src/components/ObjectsTablePanel.vue
@@ -32,10 +32,10 @@
32
</template>
33
</v-card-text>
34
<v-divider></v-divider>
35
- <!--<v-card-actions>-->
36
- <!--<v-spacer></v-spacer>-->
37
- <!--<v-btn color="primary" flat @click="dialog = false">I accept</v-btn>-->
38
- <!--</v-card-actions>-->
+ <v-card-actions>
+ <v-spacer></v-spacer>
+ <v-btn color="primary" flat @click="dialog = false">Close</v-btn>
+ </v-card-actions>
39
</v-card>
40
</v-dialog>
41
@@ -50,6 +50,11 @@
50
<v-card-text>
51
<pre v-highlightjs="meta.query" class="text-sm-left"><code class="sql"></code></pre>
52
53
+ <v-divider></v-divider>
54
55
56
+ <v-btn color="primary" flat @click="dialog2 = false">Close</v-btn>
57
58
59
60
0 commit comments