Ejemplo n.º 1
0
def web(port=9002, debug=False, ssh_config=None):
    """Starts the web UI."""
    _web.run(port, debug, ssh_config)
Ejemplo n.º 2
0
def web(port=9002, debug=False, ssh_config=None):
    """Starts the web UI."""
    _web.run(port, debug, ssh_config)
Ejemplo n.º 3
0
def web(port, debug=False, ssh_config=None):
    """Starts the web UI."""
    from storm import web as _web
    _web.run(port, debug, ssh_config)
Ejemplo n.º 4
0
def web(port=9002, debug=False):
    """Starts the web UI."""
    _web.run(port, debug)
Ejemplo n.º 5
0
def web(port, debug=False, ssh_config=None):
    """Starts the web UI."""
    from storm import web as _web
    _web.run(port, debug, ssh_config)
Ejemplo n.º 6
0
def web(port=9002, debug=False):
    """Starts the web UI."""
    _web.run(port, debug)