summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_queues.php
Commit message (Collapse)AuthorAgeFilesLines
* Refactor get_configured_interface_list_by_realif remove unused parameterPhil Davis2017-04-161-1/+1
|
* Standardize privilege name capitalizationPhil Davis2016-12-311-2/+2
| | | | | | While looking at some privilege stuff, I noticed that various capitlization looked inconsistent down the list. This makes the list look more consistent.
* status_queues.php - remove redundant escapingdoktornotor2016-12-191-1/+1
|
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-41/+39
|
* Always use require_oncePhil Davis2016-06-271-1/+1
| | | | | | | | | The usage of require() and require_once() throughout the system is inconsistent, and "bugs" come up now and then when the order of "requires" is a bit different and some require() happens after the include file is already included/required. It seems to me that there is no harm at all in always using require_once().
* status_queues.php, default packet_s to 0 if it falls through to that point. ↵Chris Buechler2016-05-071-2/+1
| | | | Ticket #6329
* Don't divide by 0. Ticket #6329Chris Buechler2016-05-061-2/+2
|
* 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.
* 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.
* Fixed #5867Stephen Beaver2016-02-091-7/+10
|
* Fix #5794 remove print_info_box_np chackes for gettext("apply")Phil Davis2016-01-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 1) Get rid of the stristr() checks to "guess" if an apply button should be used. 2) Change print_info_box() so it can take a button name of "close" , "apply" or none to decide which button to show. 3) Delete function print_info_box_np_undo() - nothing calls it. 4) Add new function print_apply_box() to provide an easy wrapper for print_info_box() with the parameters to be 'warning' level and 'apply' button. 5) Change print_info_box_np() calls to just print_info_box() or print_apply_box() as appropriate. There is 1 direct call to print_info_box_np() from vpn_ipsec_mobile.php remaining. That tries to make a "create" button. It was not working before this change. It needs to be sorted out and fixed separately. After this change there is no dependency on a string containing text like "apply" to make the apply button appear. Then we can work on re-engineering the internal code of print_info_box_np() print_info_box() and print_apply_box() to fit together however we like. It should be easy to preserving the current API to print_info_box() and print_apply_box().
* Replaced jQuery to $ in same filesFrancisco Cavalcante2016-01-221-13/+13
|
* add call 'gettext' function in the status menu filesbruno2016-01-221-4/+4
|
* Remove unneeded varStephen Beaver2016-01-151-2/+0
|
* Simplify HTMLStephen Beaver2016-01-151-7/+7
|
* Bootstrap style select elementStephen Beaver2016-01-151-1/+1
|
* All simple php echo to shortNewEraCracker2016-01-141-1/+1
| | | | Short version is far more used than long php echo. This brings all code to same standard where possible.
* Fixed # 5770Stephen Beaver2016-01-141-17/+15
| | | | Gave page a makeover
* Improved infoblock system no longer needs sufficies if more than one per pageStephen Beaver2016-01-121-1/+1
| | | | Removed long commented out script
* Redmine #5759 print_info_box stylePhil Davis2016-01-111-8/+4
| | | | Define the 'success' 'info' etc style of calls to print_info_box()
* 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
* Tidy up "status_queues.php"Colin Fleming2015-12-111-26/+23
| | | | | | | | | | | Remove duplicate BODY Tidy up BR tag correctly Add COLPSAN statement to "interface" row Wrap BGCOLOR in a STYLE statement (should really be defined as a CLASS statement) Remove FONT tag Remove NAME statement in DIV tag Use double quotes for consistency
* 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.
* Copyright and license cleanupRenato Botelho2015-11-091-1/+0
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-1/+0
|
* Revision to teh file to fix header issuesStephen Beaver2015-09-211-116/+107
|
* Multiple fixes to status_queues.php - NOT YET TESTEDStephen Beaver2015-09-211-128/+170
| | | | Fixed #5166 - Shows IPv6 addresses
* Removed debugging echo statementHari2015-09-151-1/+1
|
* Used bootstrap progress bar for queues' stats and used glyphiconsHari2015-09-151-16/+18
|
* changed status_queues.php fileHari2015-09-131-8/+8
|
* Modified the files for BootstrapHari2015-09-131-27/+31
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+310
OpenPOWER on IntegriCloud