mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix the IPsec SPD arrows
Currently, a `BLACK RIGHT-POINTING POINTER` and a `BLACK LEFT-POINTING TRIANGLE` are used to display the direction. This commit changes both arrows to be `POINTER`s.
This commit is contained in:
parent
04e646ebd2
commit
82f2b11aaa
@ -64,7 +64,7 @@
|
||||
##|-PRIV
|
||||
|
||||
define('RIGHTARROW', '►');
|
||||
define('LEFTARROW', '◀');
|
||||
define('LEFTARROW', '◄');
|
||||
|
||||
require("guiconfig.inc");
|
||||
require("ipsec.inc");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user