From: INOPIAE Date: Sat, 3 Mar 2018 06:04:32 +0000 (+0100) Subject: chg: apply css 'table' class to table X-Git-Url: https://code.wpia.club/?p=gigi.git;a=commitdiff_plain;h=aeec439eb11ecd11f408595744c13dcaf0e09907;ds=sidebyside 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 --- 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') -
+
- +
Test Server Settings