We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12c921b commit 821c523Copy full SHA for 821c523
web/src/Setup.tsx
@@ -166,6 +166,9 @@ export default function Setup() {
166
<MqttToggle topic="/v1/tac/update/enable_polling">
167
Periodically check for updates
168
</MqttToggle>
169
+ <MqttToggle topic="/v1/tac/update/enable_auto_install">
170
+ Automatically install and boot updates
171
+ </MqttToggle>
172
</Box>
173
</Container>
174
),
web/src/TacComponents.tsx
@@ -254,6 +254,12 @@ export function UpdateConfig() {
254
255
256
257
+ <Box>
258
+ <Box variant="awsui-key-label">Auto Install</Box>
259
260
261
262
+ </Box>
263
</ColumnLayout>
264
265
);
0 commit comments