UNPKG

paraview-lite

Version:

Lite ParaView client for Scientific Visualization on the Web

26 lines (25 loc) 608 B
<v-dialog v-model="dialog" width="90%" max-width="900px"> <v-card> <v-card-title class="title">Potential Issues</v-card-title> <v-card-text> <p> We've detected some system configurations that may affect the performance of the application: </p> </v-card-text> <v-card-actions> <v-checkbox v-model="suppressWarning" label="Don't show again" hide-details /> <v-spacer /> <v-btn color="primary" v-on:click="closeDialog" > Okay </v-btn> </v-card-actions> </v-card> </v-dialog>