diff options
author | Phil Davis <phil.davis@inf.org> | 2014-12-26 13:48:06 +0545 |
---|---|---|
committer | Phil Davis <phil.davis@inf.org> | 2014-12-26 13:48:06 +0545 |
commit | 5525974bd179ccd0e01e60dcaa1cd2b3cc1ddde5 (patch) | |
tree | 5aeed0d96303c4d823f783f43d0b144574c1264f /usr/local/www/javascript/jquery-ui-timepicker-addon | |
parent | 82a2fd790b4ee22a051b84595713dc8633e98bdf (diff) | |
download | pfsense-5525974bd179ccd0e01e60dcaa1cd2b3cc1ddde5.zip pfsense-5525974bd179ccd0e01e60dcaa1cd2b3cc1ddde5.tar.gz |
Display tunnel description on IPsec widget
There was not even code to attempt to display the description.
Also, when I first created a phase1 and there were no phase2 yet, the widget spat out the warning for the line:
foreach ($config['ipsec']['phase2'] as $ph2ent){ ...
So I enclosed that in a block:
if (isset($config['ipsec']['phase2'])) { ... }
Tabbing that block in makes the diff look big when there really is little change - a diff ignoring spacing will look much nicer!
Diffstat (limited to 'usr/local/www/javascript/jquery-ui-timepicker-addon')
0 files changed, 0 insertions, 0 deletions