Digium phones module missing options

under Phone Applications -> Queues there is no available options to add Members or permissions, also no options to save. This is in Freepbx 13.0.77

To clarify none of the members of the queues are listed, and no option to set perssions (since no members are listed) however these are listed in the database table I believe.

mysql> select * from digium_phones_queues;
±--------±---------±-----------+
| queueid | deviceid | permission |
±--------±---------±-----------+
| 2000 | 1001 | details |
| 2000 | 1005 | details |
| 2000 | 1009 | details |
| 2000 | 1014 | details |
| 2001 | 1003 | details |
| 2001 | 1007 | details |
| 2001 | 1022 | details |
| 2001 | 1033 | details |
| 2001 | 1038 | details |
| 2002 | 1001 | details |
| 2002 | 1005 | details |
| 2002 | 1009 | details |
±--------±---------±-----------+
12 rows in set (0.00 sec)

bump. Looking at more info it looks like a bug that has yet to be addressed (open since sept)

http://issues.freepbx.org/browse/FREEPBX-10338