summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_dump_states.php
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #6158Stephen Beaver2016-04-151-3/+3
| | | | | | Really a temporary work-around. This issue requires a better solution in which the data is normalized and added to the <td> via a data-sortable attribute. (cherry picked from commit 106eb8d38db478616499f0c5ee220596dca9f57a)
* Revert "Merge pull request #2728 from phil-davis/form_button"Renato Botelho2016-03-151-2/+2
| | | | | This reverts commit a32bed49516f3df3d104a5026a5b2c74451f348f, reversing changes made to 9ec9978267a5d1985d6da8ba35d52b7174239d2f.
* Internationalize Form_Button textPhil Davis2016-03-111-2/+2
| | | | | | The text of a Form_Button is not translated internally. Some Form_Button calls already had the button text enclosed in gettext(), this does it for the remaining ones.
* More icon/button inconsistencies. Ticket #5965jim-p2016-03-101-3/+13
|
* Bring some consistency to the way most buttons are displayed (color, icons, ↵jim-p2016-03-091-2/+2
| | | | | | etc). Ticket #5965 Still need to review Advanced buttons and Repeatable block buttons.
* HTML Compliance - Diagnostics / States / StatesNOYB2016-03-041-1/+1
| | | | Bad character - after <. Probable cause: Unescaped <. Try escaping it as &lt;.
* Show correct direction for in statesChris Buechler2016-02-251-1/+1
|
* Review alert wording. End sentence with period, remove redundant 'Warning', ↵k-paulius2016-02-141-2/+2
| | | | 'Error', etc. prefixes, since alerts are now color coded. Remove <b> tags.
* Use print_info_box() to generate alertsk-paulius2016-02-141-1/+1
|
* Synchronize page titles with tab titles. Rename some titles in order to be ↵k-paulius2016-02-131-1/+1
| | | | more consistent. Convert page title to title case.
* Fix the state filter after the conversion to pfSense_get_pf_states(). ↵Luiz Otavio O Souza2016-02-111-2/+25
| | | | Ticket #5878
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* Default "State filter" to open, it's too often used to annoy users by having ↵Chris Buechler2016-02-101-1/+1
| | | | to expand it over and over.
* Change diag_dump_states.php to use pfSense_get_pf_states().Luiz Otavio O Souza2016-01-311-26/+66
| | | | | | Fixes IPv6 issues, add packets and bytes information, filter state by rules (when linked from firewall_rules.php). Inspired by pull request #1901 from marcelloc/hitcount_23_02.
* Internationalization batch 1Phil Davis2016-01-161-1/+1
|
* Add panel heading, and make filter panel collapsibleStephen Beaver2016-01-141-25/+32
|
* Replace another abbreviation (Int to Interface)NewEraCracker2016-01-141-1/+1
|
* Replace abbreviations with complete wordNewEraCracker2016-01-141-1/+1
|
* Use trash icon in diag states displayPhil Davis2016-01-141-1/+1
| | | This had an "x" icon button. Should it be a trash icon?
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-4/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Code style usr local www a-ePhil Davis2015-12-141-8/+11
|
* Type up SCRIPT tagsColin Fleming2015-11-291-1/+3
|
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-2/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* Add tr/td to empty tbodys for Microsoft IEStephen Beaver2015-11-191-1/+2
|
* Ticket #5471 another convert batch to font-awesome iconsJared Dillard2015-11-181-1/+1
|
* Completes #5400, #3999, #5405Stephen Beaver2015-11-101-1/+1
| | | | Mote: New ticket will be opened to provide IP address sorting
* Diag reviewPhil Davis2015-11-091-7/+7
|
* proposed fix for Bug #5194heper2015-10-091-3/+3
| | | https://redmine.pfsense.org/issues/5194
* Merge with bootstrapPhil Davis2015-09-031-1/+1
|\
| * bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
| |
* | bootstrap usr/local/www a to e minor editsPhil Davis2015-08-311-2/+2
|/
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-216/+166
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+280
OpenPOWER on IntegriCloud