summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_dhcp_leases.php
Commit message (Collapse)AuthorAgeFilesLines
* Convert section titles to title casek-paulius2016-02-101-2/+2
|
* Merger PR 2583 but retained non-sortable actions columnStephen Beaver2016-02-041-1/+1
|
* Status / DHCP leases - Root Cause Sort IssueNOYB2016-02-041-7/+5
| | | | | | | | | | | Sort routine apparently does not honor colspan attribute. Here are three possible solutions: 1) Add a description column instead of spanning the start and end columns. This is the method presented in this commit. 2) Include an empty second column with the description instead of spanning. This would not be very display/sort friendly though because it would be sharing the start column with the description. 3) Display two empty cells when lease type is static, instead of the description. This is the way status DHCPv6 leases currently works.
* Don't sort online, lease type or action icon columnsStephen Beaver2016-02-031-3/+3
|
* Internationalize the word dynamic alsoPhil Davis2016-01-271-3/+4
|
* Internationalize DHCP lease status wordsPhil Davis2016-01-271-17/+25
|
* UI ConsistencyPhil Davis2016-01-141-0/+1
| | | | | | | | | 1) Put the heading "Actions" at the top of all the "Actions" columns - it was on some and not others. 2) Some more consistent capitalization of panel titles etc. 3) Most interfaces section edit pages had a section titled like "GIF Configuration", "GRE Configuration". Make them all consistent, e.g. "QinQ Configuration" rather than "Interface QinQ Edit"...
* Remove spaces at EOL as requestedstilez2016-01-131-1/+1
|
* redmine 5702 - switch to high level IPv4 functions instead of low level ↵stilez2016-01-121-3/+1
| | | | ip2long32() etc
* Fixed #5729Stephen Beaver2016-01-111-2/+2
|
* Convert this endif's missed by last commitNewEraCracker2016-01-071-1/+1
|
* Convert short open tags to full tagsNewEraCracker2016-01-071-16/+16
| | | | | | Short open tag is discouraged since it is only available if enabled See https://secure.php.net/manual/en/language.basic-syntax.phptags.php
* 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 status*Phil Davis2015-12-151-7/+10
|
* 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.
* Ticket #5471 another convert batch to font-awesome iconsJared Dillard2015-11-181-4/+4
|
* Completes #5400, #3999, #5405Stephen Beaver2015-11-101-3/+3
| | | | Mote: New ticket will be opened to provide IP address sorting
* Copyright and license cleanupRenato Botelho2015-11-091-2/+2
| | | | | | - 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
|
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-1/+3
|
* Delete confirmation vi fa-trash automated via pfSense.jsStephen Beaver2015-11-051-4/+4
|
* convert status_dhcp_leases to faheper2015-11-031-15/+5
|
* dhcp_lease_counter fixheper2015-10-031-1/+1
| | | | i broke the counter when i added the interface column. should be ok now.
* add 'interface' column to lease_counter tableheper2015-09-251-0/+4
|
* Updated tables to responsive formatStephen Beaver2015-09-241-107/+132
| | | | | | Added table style classes Changed array keys to descriptive names Updated indenting/style
* dhcp_lease_counter for masterheper2015-09-231-2/+30
| | | https://redmine.pfsense.org/issues/5186
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-137/+127
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+457
OpenPOWER on IntegriCloud