Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Chaos-Familien-Duell
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
leo
Chaos-Familien-Duell
Commits
caff1634
Commit
caff1634
authored
5 years ago
by
leo
Browse files
Options
Downloads
Patches
Plain Diff
+requirements, -annoying debug message
parent
d4e6aac7
Branches
master
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
requirements.txt
+3
-0
3 additions, 0 deletions
requirements.txt
templates/management.jinja
+0
-7
0 additions, 7 deletions
templates/management.jinja
with
3 additions
and
7 deletions
requirements.txt
0 → 100644
+
3
−
0
View file @
caff1634
flask
peewee
flask_socketioo
This diff is collapsed.
Click to expand it.
templates/management.jinja
+
0
−
7
View file @
caff1634
...
...
@@ -101,13 +101,6 @@
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/socket.io/1.4.8/socket.io.min.js"></script>
<script>
var socket = io.connect("ws://localhost:5000");
socket.on("connect", function(){
alert("connected");
});
socket.on("message", function(msg){
alert(msg);
});
</script>
<div class="row">
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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