strix

A simple web UI for motion
git clone https://www.brianlane.com/git/strix
Log | Files | Refs | LICENSE

commit 5174837dc063ccce0ffd42ed18b9841c2565f4e9
parent fb56d3d55016604098f900ccaeaecf7aad2cf1e2
Author: Brian C. Lane <bcl@brianlane.com>
Date:   Tue, 24 May 2022 06:42:38 -0700

Swap camera order

Diffstat:
Msrc/strix/ui/index.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/strix/ui/index.html b/src/strix/ui/index.html @@ -81,7 +81,7 @@ function update_events() { function setup_page() { // Camera information will eventually be filled in by an api call // And then the page will be populated - cameras = [["Camera1", 8081], ["Camera2", 8082], ["Camera3", 8083], ["Camera4", 8084], ["Camera5", 8085]]; + cameras = [["Camera1", 8081], ["Camera2", 8082], ["Camera3", 8083], ["Camera5", 8085], ["Camera4", 8084]]; event_offsets = new Map(); // Setup the camera HTML