Project

General

Profile

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

Latest revisions

# Date Author Comment
13541a81 02/14/2017 07:42 PM Steve Beaver

GET/POST conversions

c946d721 02/14/2017 06:11 PM Steve Beaver

GET/POST conversion - services part 1

abdb3547 02/14/2017 06:00 PM Renato Botelho

Update translation files

4f5e3278 02/14/2017 05:42 PM Renato Botelho

Regenerate pot

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.

View revisions

Also available in: Atom