From aeec439eb11ecd11f408595744c13dcaf0e09907 Mon Sep 17 00:00:00 2001 From: INOPIAE Date: Sat, 3 Mar 2018 07:04:32 +0100 Subject: [PATCH] chg: apply css 'table' class to table The 'table' class is built-in from bootstrap to format a table to spread across the screen. Bootstrap styles tables with the 'table' class only due to the widespread use of tables for formatting purposes other than tabular data. Change-Id: I39d89353c4cbbd0ce130dffc5fac3d5a47bc528c --- src/club/wpia/gigi/pages/account/certs/CertificateDisplay.templ | 2 +- src/club/wpia/gigi/pages/account/domain/PingConfigForm.templ | 2 +- util-testing/club/wpia/gigi/pages/Manager.templ | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/club/wpia/gigi/pages/account/certs/CertificateDisplay.templ b/src/club/wpia/gigi/pages/account/certs/CertificateDisplay.templ index 031ac848..9aad7bcb 100644 --- a/src/club/wpia/gigi/pages/account/certs/CertificateDisplay.templ +++ b/src/club/wpia/gigi/pages/account/certs/CertificateDisplay.templ @@ -1,4 +1,4 @@ - +
diff --git a/src/club/wpia/gigi/pages/account/domain/PingConfigForm.templ b/src/club/wpia/gigi/pages/account/domain/PingConfigForm.templ index 4a105537..e0a7a893 100644 --- a/src/club/wpia/gigi/pages/account/domain/PingConfigForm.templ +++ b/src/club/wpia/gigi/pages/account/domain/PingConfigForm.templ @@ -33,7 +33,7 @@ openssl req -newkey rsa:4096 -subj "/CN=example.org/OU=" -nodes -out myCSR -keyout myKey
openssl x509 -req -in myCSR -signkey myKey -out myCert -extfile <(printf 'extendedKeyUsage = serverAuth\n') -
+
- +
-- 2.39.2
Test Server Settings