mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-01-01 14:16:18 +00:00
Add cluster API for worker management and status reporting
This commit is contained in:
@@ -16,7 +16,7 @@ def cluster_main(request):
|
||||
|
||||
page_title = _('Cluster')
|
||||
workers = Worker.objects.all().order_by('name')
|
||||
context = {'page_title': page_title, 'workers': workers}
|
||||
context = {'page_title': page_title, 'workers': workers, 'worker_version': 10}
|
||||
return render(request, 'cluster/workers_list.html', context)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user