@@ -260,16 +260,9 @@ <h5>Output</h5>
260
260
261
261
<!-- START: PRESENCE CONTROL-->
262
262
< div class ="content " id ="presence ">
263
- < div class ="d-flex flex-row flex-nowrap h-100 ">
264
- < button class ="btn icon-button btn-outline-secondary " id ="presence-enable " data-bs-toggle ="tooltip "
265
- data-bs-placement ="top " title ="Automatically update presence status ">
266
- < i class ="bi bi-arrow-repeat "> </ i >
267
- < span > Auto-update < br > ON</ span >
268
- </ button >
269
- </ div >
270
263
271
264
<!-- Presence Status -->
272
- < div class ="d-flex flex-row flex-nowrap vertical-divider h-100 ">
265
+ < div class ="d-flex flex-row flex-nowrap h-100 ">
273
266
< div class ="btn icon-button btn-outline-secondary presence-status-button disabled text-secondary-emphasis " id ="camera-in-use "
274
267
data-bs-toggle ="tooltip " data-bs-placement ="top " title ="Camera in use ">
275
268
< div class ="badge bg-secondary w-75 " id ="camera-stream-count "> 0</ div >
@@ -291,31 +284,37 @@ <h5>Output</h5>
291
284
<!-- Presence Config -->
292
285
< div class ="d-flex flex-row flex-nowrap vertical-divider align-items-start h-100 w-100 ">
293
286
< div class ="flex-column ">
294
- < h5 class =""> Manual override </ h5 >
287
+ < h5 class =""> Webhook configuration </ h5 >
295
288
< div class ="btn-group dropend d-flex flex-row " role ="group " aria-label ="Webhook Controls ">
296
289
< button class ="btn group-icon-btn btn-outline-secondary " id ="manual-override-on "
297
290
data-bs-toggle ="tooltip "
298
291
data-bs-placement ="top " title ="Manually trigger on webhook on ">
299
292
< i class ="bi bi-check-circle-fill "> </ i >
300
- < span > Webhook < br > ON</ span >
293
+ < span > Manual < br > ON</ span >
301
294
</ button >
302
295
< button class ="btn group-icon-btn btn-outline-secondary " id ="manual-override-off "
303
296
data-bs-toggle ="tooltip "
304
297
data-bs-placement ="top " title ="Manually trigger on webhook off ">
305
298
< i class ="bi bi-x-circle-fill "> </ i >
306
- < span > Webhook < br > OFF</ span >
299
+ < span > Manual < br > OFF</ span >
307
300
</ button >
308
301
< button class ="btn group-icon-btn btn-outline-secondary disabled text-secondary-emphasis me-0 ">
309
302
< i class ="bi bi-gear d-block "> </ i >
310
- < span class ="d-block "> Webhook < br > Settings</ span >
303
+ < span class ="d-block "> Settings</ span >
311
304
</ button >
312
305
< button type ="button " class ="btn btn-secondary dropdown-toggle dropdown-toggle-split "
313
306
data-bs-toggle ="toggle-presence-config-tabs-container " aria-expanded ="false "
314
307
id ="toggle-presence-config-tabs ">
315
308
</ button >
316
309
</ div >
317
310
</ div >
318
- < div class ="tab-group collapse ms-3 " id ="presence-config-tabs-container ">
311
+ < div class ="tab-group collapse h-100 " id ="presence-config-tabs-container ">
312
+ < button class ="btn icon-button btn-outline-secondary ms-2 " id ="presence-enable " data-bs-toggle ="tooltip "
313
+ data-bs-placement ="top " title ="Automatically update presence status ">
314
+ < i class ="bi bi-arrow-repeat "> </ i >
315
+ < span > Auto-update < br > ON</ span >
316
+ </ button >
317
+
319
318
< ul class ="nav nav-tabs d-flex flex-column " id ="presenceConfigTabs " role ="tablist ">
320
319
< li class ="nav-item " role ="presentation ">
321
320
< a class ="nav-link active " id ="on-settings-tab " data-bs-toggle ="tab " href ="#on-settings "
0 commit comments