summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/status_dhcpv6_leases.php
Commit message (Collapse)AuthorAgeFilesLines
* 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"...
* status_dhcp6_leases incorrect comparison operatorPhil Davis2016-01-121-3/+3
| | | | | | | | rather than assignment. Also $dhcpv6leaseinlocaltime was also being re-used as the value part of the foreach - that looks not so good also. Even so, I think the old code would have worked by good luck - in the end $dhcpv6leaseinlocaltime is only compared to "yes" anyway, so if it ended up as unset, or some part of a sub-array of $config['dhcpdv6'] or... it still functioned like "no". I found this by a quick scan through the output of: find /usr -type f -exec grep -H "^[^(]*==" {} \; That returns a lot of other stuff, but the bad uses of "==" stand out.
* Convert this endif's missed by last commitNewEraCracker2016-01-071-1/+1
|
* Convert short open tags to full tagsNewEraCracker2016-01-071-17/+17
| | | | | | 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-5/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Code style status*Phil Davis2015-12-151-17/+24
|
* 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-8/+8
|
* 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-3/+3
| | | | | | - 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-0/+3
|
* Delete confirmation vi fa-trash automated via pfSense.jsStephen Beaver2015-11-051-34/+54
|
* convert status_dhcpv6_leases to faheper2015-11-041-10/+4
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-182/+196
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+581
OpenPOWER on IntegriCloud