UNPKG

paraview-lite

Version:

Lite ParaView client for Scientific Visualization on the Web

17 lines (16 loc) 534 B
<v-layout row fill-height align-center v-if="lookupTable && !floating"> <v-btn icon flat @click="toggleFloatingWindow"> <v-icon> {{ floating ? $vuetify.icons.pvLite.cancel : $vuetify.icons.pvLite.floating }} </v-icon> </v-btn> <label :class="$style.field" :title="lookupTable.range[0]">{{lookupTable.range[0]}}</label> <img :class="$style.image" :src="lookupTable.image" /> <label :class="$style.field" :title="lookupTable.range[1]">{{lookupTable.range[1]}}</label> </v-layout>