From 6a2942a9c4f3e0f87a75ed52d5ed1cde3c7a7a50 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 30 Oct 2019 14:31:44 -0700 Subject: [PATCH] wireguard: Show large buttons in show client/server pages - To be consistent with other such pages. - Larger buttons are more accessible, since they are the only operations on the page. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/modules/wireguard/templates/wireguard_show_client.html | 4 ++-- plinth/modules/wireguard/templates/wireguard_show_server.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plinth/modules/wireguard/templates/wireguard_show_client.html b/plinth/modules/wireguard/templates/wireguard_show_client.html index 32718245d..4d2abfe5f 100644 --- a/plinth/modules/wireguard/templates/wireguard_show_client.html +++ b/plinth/modules/wireguard/templates/wireguard_show_client.html @@ -37,11 +37,11 @@

{% trans "Latest handshake:" %} {{ client.latest_handshake }}

- {% trans "Edit Client" %} - {% trans "Delete Client" %} diff --git a/plinth/modules/wireguard/templates/wireguard_show_server.html b/plinth/modules/wireguard/templates/wireguard_show_server.html index 95997a429..66f7a80b1 100644 --- a/plinth/modules/wireguard/templates/wireguard_show_server.html +++ b/plinth/modules/wireguard/templates/wireguard_show_server.html @@ -33,11 +33,11 @@

{% trans "Latest handshake:" %} {{ server.latest_handshake }}

- {% trans "Edit Server" %} - {% trans "Delete Server" %}