コード例 #1
0
ファイル: circushttpd.py プロジェクト: diyan/circus-web
def sockets():
    return render_template('sockets.html')
コード例 #2
0
ファイル: circushttpd.py プロジェクト: diyan/circus-web
def index():
    return render_template('index.html')
コード例 #3
0
ファイル: circushttpd.py プロジェクト: diyan/circus-web
def watcher(name):
    return render_template('watcher.html', name=name)
コード例 #4
0
def sockets():
    return render_template('sockets.html')
コード例 #5
0
ファイル: circushttpd.py プロジェクト: diyan/circus-web
 def _ask_connection():
     return render_template('connect.html')
コード例 #6
0
def watcher(name):
    return render_template('watcher.html', name=name)
コード例 #7
0
def index():
    return render_template('index.html')
コード例 #8
0
 def _ask_connection():
     return render_template('connect.html',
                            endpoints=app.discovery_thread.get_endpoints())
コード例 #9
0
ファイル: circushttpd.py プロジェクト: jarus/circus-web
 def _ask_connection():
     return render_template('connect.html',
                            endpoints=app.discovery_thread.get_endpoints())
コード例 #10
0
 def _ask_connection():
     return render_template('connect.html')