コード例 #1
0
def web(port=9002, debug=False, ssh_config=None):
    """Starts the web UI."""
    _web.run(port, debug, ssh_config)
コード例 #2
0
ファイル: __main__.py プロジェクト: Sigterm-no/storm
def web(port=9002, debug=False, ssh_config=None):
    """Starts the web UI."""
    _web.run(port, debug, ssh_config)
コード例 #3
0
ファイル: __main__.py プロジェクト: kmf/storm
def web(port, debug=False, ssh_config=None):
    """Starts the web UI."""
    from storm import web as _web
    _web.run(port, debug, ssh_config)
コード例 #4
0
ファイル: __main__.py プロジェクト: pombredanne/storm-1
def web(port=9002, debug=False):
    """Starts the web UI."""
    _web.run(port, debug)
コード例 #5
0
ファイル: __main__.py プロジェクト: uidzero/storm
def web(port, debug=False, ssh_config=None):
    """Starts the web UI."""
    from storm import web as _web
    _web.run(port, debug, ssh_config)
コード例 #6
0
def web(port=9002, debug=False):
    """Starts the web UI."""
    _web.run(port, debug)