Beispiel #1
0
def frontends():
    """Lists all frontends."""
    return _responsify(admin.get_frontends())
Beispiel #2
0
def frontends_ui():
    """List frontends in html"""
    return render_template("frontends.html", frontends=admin.get_frontends())