portal: additional buttons on list pages
link to onion services page from origin page link to previews of distribution lists from lists
This commit is contained in:
parent
928edc46c2
commit
d54fae7423
9 changed files with 151 additions and 74 deletions
|
@ -4,7 +4,7 @@ from flask import Blueprint, render_template, request
|
|||
from sqlalchemy import desc, or_
|
||||
|
||||
from app.models.alarms import Alarm
|
||||
from app import Origin, Proxy
|
||||
from app.models.mirrors import Origin, Proxy
|
||||
from app.models.base import Group
|
||||
from app.portal.list import NewMirrorListForm
|
||||
from app.portal.automation import bp as automation
|
||||
|
@ -76,5 +76,3 @@ def view_alarms():
|
|||
section="alarm",
|
||||
title="Alarms",
|
||||
items=alarms)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue