mirror of
https://github.com/nasa/openmct.git
synced 2024-12-28 17:08:51 +00:00
update gauge component
This commit is contained in:
parent
6e1272dfe9
commit
b7b7bc2d41
@ -24,8 +24,13 @@
|
|||||||
ref="gaugeWrapper"
|
ref="gaugeWrapper"
|
||||||
class="c-gauge__wrapper js-gauge-wrapper"
|
class="c-gauge__wrapper js-gauge-wrapper"
|
||||||
:class="gaugeClasses"
|
:class="gaugeClasses"
|
||||||
:aria-label="gaugeTitle"
|
|
||||||
:title="gaugeTitle"
|
:title="gaugeTitle"
|
||||||
|
:aria-label="`${domainObject.name}`"
|
||||||
|
role="meter"
|
||||||
|
:aria-valuemin="rangeLow"
|
||||||
|
:aria-valuemax="rangeHigh"
|
||||||
|
:aria-valuenow="curVal"
|
||||||
|
:aria-valuetext="`Current value: ${curVal}`"
|
||||||
>
|
>
|
||||||
<template v-if="typeDial">
|
<template v-if="typeDial">
|
||||||
<svg
|
<svg
|
||||||
|
Loading…
Reference in New Issue
Block a user