| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
ip2long32() etc
|
| |
|
|
|
|
| |
configs.
|
| |
|
| |
|
| |
|
|
|
|
| |
purposes.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 'Status_-_System_Logs_-_VPN' of https://github.com/NOYB/pfsense:
Remove unneeded old commented pgtitle var
If action is not 'login' or 'logout' then display text of action.
But only if vpn.log file.
Use the log file path provide from status_logs_common.inc
Fixed up for vpn.log filtering.
Consolidate with status_logs_common.inc
Function is now in guiconfig.inc
Per Colin (PR #2300)
Staus - System - Logs - VPN - Write Config Only
Status - System Logs - VPN
|
| | |
|
| |
| |
| |
| |
| | |
Allow long action text to line wrap.
Don't line wrap IP address.
|
| | |
|
| |
| |
| |
| | |
Apply a better way of filtering the vpn type that also provides the count of only the selected type (unset record from the array).
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Use Bootstraps text alignment classes
As per "http://getbootstrap.com/css/#type-alignment", use CLASS
statement instead in inline STYLE statement (much tidier)
|
| |
| |
| |
| | |
If no logging changes have been made, only write the config file.
|
| |
| |
| |
| |
| |
| | |
Revamp log file selection method to be consistent with the other system logs.
Add advanced filter section; only activated for the non-vpn.log files (needs testing with vpn.log file first, continue using dump_clog_vpn until tested).
Add manage log section
|
|\ \ |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* 'print_info_box' of https://github.com/phil-davis/pfsense:
Redmine #5759 print_info_box style
|
| | | |
| | | |
| | | |
| | | | |
Define the 'success' 'info' etc style of calls to print_info_box()
|
| |/ /
|/| | |
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
There are 3 sets of info. But when I put each in an infoblock then:
1) Only the first "i" icon works to open and close, and it opens and closes all 3 blocks of text.
2) The first 2 text boxes still have an "x" and they can be dismissed.
Do we want to enhance the supporting code for infoblock so that it can work with multiple infoblocks on the same page?
Or do we have a policy that there is only to be 1 infoblock on a page, and other 'info' text just has to not be in an infoblock?
|
| | | | |
|
| | | | |
|
|/ / / |
|
|/ /
| |
| |
| |
| | |
<collapse>closed</collapse> // Creates a panel that is collapsible and iniatially closed
<collapse>open</collapse> // Creates a panel that is collapsible and iniatially open
|
| |
| |
| |
| | |
Fix select name, [] is always added when multiple is set to true
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
- use Bootstrap class "img-responsive center-block" for images
(http://getbootstrap.com/css/#images)
- remove "name" attribute, invalid in HTML5
|
|/ /
| |
| |
| |
| | |
Bad character after <. Probable cause: Unescaped <. Try escaping it as <.
Ensure one machine's advskew < 20 (and the other is > 20).
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Remove duplicate class error by merging them together.
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | | |
Add placeholder for factory default condition (not set).
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
NOYB/HTML_Compliance_-_Wizard_/_pfSense_Taffic_Shaper_/_
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Empty heading.
<h1 class="page-header">
The align attribute on the img element is obsolete. Use CSS instead.
<img border="0" src="logo-black.png" alt="logo-black" align="middle" height="45" width="180" />
The border attribute is obsolete. Consider specifying img { border: 0; } in CSS instead.
<img border="0" src="logo-black.png" alt="logo-black" align="middle" height="45" width="180" />
Bad value FieldValidate(this.value, ^[0-9]+$, ) for attribute onchange on element input: syntax error
<input class="form-control" name="numberofconnections" id="numberofconnections" type="text" value="1" onchange="FieldValidate(this.value, ^[0-9]+$, )">
<input class="form-control" name="numberoflocalinterfaces" id="numberoflocalinterfaces" type="text" value="1" onchange="FieldValidate(this.value, ^[0-9]+$, )">
|