mirror of
https://github.com/directus/directus.git
synced 2026-02-02 06:45:36 -05:00
make panels selectable
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="label type-title" :class="{ 'has-header': show_header }" :style="{ color: options.color }">
|
||||
<div class="label type-title selectable" :class="{ 'has-header': show_header }" :style="{ color: options.color }">
|
||||
{{ options.text }}
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="metric type-title" :class="{ 'has-header': show_header }">
|
||||
<div class="metric type-title selectable" :class="{ 'has-header': show_header }">
|
||||
<v-progress-circular indeterminate v-if="loading" />
|
||||
<template v-else>
|
||||
<span class="prefix">{{ options.prefix }}</span>
|
||||
|
||||
Reference in New Issue
Block a user