Skip to content

Commit

Permalink
Add Alarm Urgency
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Mar 13, 2024
1 parent 12496f9 commit 468915c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/web/src/components/Layer/LayerConfig.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<div v-if='errors.task' v-text='errors.task' class="invalid-feedback"></div>
</div>
<div class="col-md-4">
<TablerEnum v-model='config.priority' label='Priority Level' :disabled='disabled' class='w-100' :options='["off", "high", "low"]' />
<TablerEnum v-model='config.priority' label='Alarm Urgency' :disabled='disabled' class='w-100' :options='["off", "high", "low"]' />
</div>
<div class="col-md-4">
<TablerInput v-model='config.stale' label='Stale Value (ms)' :disabled='disabled' type='number' min='1' step='1'/>
Expand Down

0 comments on commit 468915c

Please sign in to comment.