mirror of
https://github.com/znc/znc.git
synced 2026-08-06 17:03:14 +02:00
listify two-column tables
excluded are the Q and partyline modules, as they are deprecated. There are some tables that have more than two columns, but could likely be easily modified, but this will be attempted at a later time.
This commit is contained in:
@@ -169,6 +169,7 @@ class CSSLClientCertMod : public CModule {
|
||||
|
||||
Table.AddColumn(t_s("Id", "list"));
|
||||
Table.AddColumn(t_s("Key", "list"));
|
||||
Table.SetStyle(CTable::ListStyle);
|
||||
|
||||
MSCString::const_iterator it = m_PubKeys.find(GetUser()->GetUsername());
|
||||
if (it == m_PubKeys.end()) {
|
||||
|
||||
Reference in New Issue
Block a user