mirror of
https://github.com/nasa/openmct.git
synced 2024-12-28 08:58:52 +00:00
update gauge component
This commit is contained in:
parent
6e1272dfe9
commit
b7b7bc2d41
@ -24,8 +24,13 @@
|
||||
ref="gaugeWrapper"
|
||||
class="c-gauge__wrapper js-gauge-wrapper"
|
||||
:class="gaugeClasses"
|
||||
:aria-label="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">
|
||||
<svg
|
||||
|
Loading…
Reference in New Issue
Block a user