Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
VT2 Видеотехнологии
ONVIF-PTZ proxy
Commits
cd2fe6f4
Commit
cd2fe6f4
authored
1 year ago
by
Mikhail Sennikov
Browse files
Options
Download
Patches
Plain Diff
Groups sketch
parent
0703e32b
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
Backend/database/api/cam_groups.py
+15
-1
Backend/database/api/cam_groups.py
Backend/database/api/cams.py
+4
-3
Backend/database/api/cams.py
Backend/database/api/roles.py
+1
-1
Backend/database/api/roles.py
Backend/database/models/cams.py
+1
-1
Backend/database/models/cams.py
Backend/database/repositories/cam_groups.py
+7
-1
Backend/database/repositories/cam_groups.py
Backend/database/repositories/cams.py
+1
-1
Backend/database/repositories/cams.py
Backend/main.py
+6
-4
Backend/main.py
Backend/requirements.txt
+1
-0
Backend/requirements.txt
Frontend/package.json
+7
-6
Frontend/package.json
Frontend/src/App.vue
+6
-3
Frontend/src/App.vue
Frontend/src/components/CamGroup.vue
+72
-0
Frontend/src/components/CamGroup.vue
Frontend/src/components/CameraPreview.vue
+2
-1
Frontend/src/components/CameraPreview.vue
Frontend/src/components/CamsList.vue
+61
-0
Frontend/src/components/CamsList.vue
Frontend/src/components/Gallery.vue
+9
-40
Frontend/src/components/Gallery.vue
Frontend/src/components/GroupsList.vue
+52
-0
Frontend/src/components/GroupsList.vue
Frontend/vue.config.js
+22
-0
Frontend/vue.config.js
with
267 additions
and
62 deletions
+267
-62
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets