Split queue into dedicated page
This commit is contained in:
@@ -67,7 +67,7 @@ from title_matching import (
|
||||
title_match_variants,
|
||||
)
|
||||
from watchlist_identity import resolve_job_watchlist_identity as resolve_job_watchlist_identity_impl
|
||||
from web_templates import CONFIG_HTML, INDEX_HTML, PAGE_LINKS, WATCHLIST_HTML, render_page_links, render_sidebar_brand
|
||||
from web_templates import CONFIG_HTML, INDEX_HTML, PAGE_LINKS, QUEUE_HTML, WATCHLIST_HTML, render_page_links, render_sidebar_brand
|
||||
|
||||
RUNTIME_LOCK = threading.RLock()
|
||||
|
||||
@@ -1975,6 +1975,7 @@ Handler = build_handler_class(
|
||||
get_watchlist_refresh_status=get_watchlist_refresh_status,
|
||||
http_error=HttpError,
|
||||
index_html=INDEX_HTML,
|
||||
queue_html=QUEUE_HTML,
|
||||
remove_from_watchlist=remove_from_watchlist,
|
||||
runtime_state=runtime_state,
|
||||
save_runtime_config=save_runtime_config,
|
||||
|
||||
Reference in New Issue
Block a user