Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  cf
  conf.default
  etc
  usr

Latest revisions

# Date Author Comment
17694a10 02/14/2017 05:14 PM Jared Dillard

fix colspan background on dark theme

40bb19b3 02/14/2017 11:24 AM Renato Botelho

Merge pull request #3545 from phil-davis/patch-6

744f5734 02/14/2017 11:22 AM Renato Botelho

Merge pull request #3544 from phil-davis/patch-5

ee836314 02/14/2017 10:26 AM Renato Botelho

Fix #7257: Use pfSense-upgrade to look for new versions

621dd536 02/14/2017 09:57 AM Phil Davis

Only save valid widget locations in config

Some widgets create extra panels, e.g. the widgets that now have the filter functionality. Those panels are processed in the ".each" at line 424. They do not have an id in the form "widget-*" and when the old code tries to find the "*" part it gets "undefined". This results in the layout being saved like:...

d86cff7f 02/14/2017 07:44 AM Phil Davis

Allow 5 dashboard columns to work

Selecting 1,2,3,4 or 6 dashboards columns results in an exact integer result here and all is good. But 5 columns results in "2.4" and "col-sm-2.4" is not a thing in bootstrap.
We need just the best int we can choose here, which is one that is just the int part of the division. That ensures that the 5 columns extend over less than the standard bootstrap total of 12 "units" wide.

eb6984fd 02/14/2017 02:26 AM Phil Davis

Comment typos head.inc

24fc15e6 02/13/2017 10:46 PM Steve Beaver

Fixed DIVIDER issue caused by the addition of msorts to the menu

1a8b6554 02/13/2017 09:23 PM Steve Beaver

GET/POST conversion for status*

7f4268b6 02/13/2017 08:30 PM Steve Beaver

Revisions to GET/POST conversion limiting POSTs to save, apply, and delete functions - Diagnostics

View revisions

Also available in: Atom