1 parent 744db03 commit 49cdaccCopy full SHA for 49cdacc
1 file changed
core/frontend/src/components/parameter-editor/ParameterLoader.vue
@@ -8,6 +8,17 @@
8
<v-card>
9
<v-card-title class="pt-6">
10
Loading Parameters
11
+ <v-tooltip bottom>
12
+ <template #activator="{ on, attrs }">
13
+ <v-icon small color="warning" v-bind="attrs" v-on="on">
14
+ mdi-information-variant-box
15
+ </v-icon>
16
+ </template>
17
+ <span>
18
+ Yellow parameters are not available on your vehicle.
19
+ They may not exist in your firmware version or may be disabled by a corresponding _ENABLE parameter.
20
+ </span>
21
+ </v-tooltip>
22
</v-card-title>
23
<v-card-text v-if="different_param_set_length !== 0" height="80%">
24
<v-row class="virtual-table-row">
0 commit comments