Mantis - Resin
Viewing Issue Advanced Details
2793 trivial always 07-16-08 13:37 07-17-08 10:34
stbu  
ferg  
normal  
closed 3.1.7  
fixed  
none    
none 3.2.0  
0002793: Snapshot 3.1.s080710: resin-admin 'WebApp' tab
There are two minor issues in Snapshot 3.1.s080710 regarding the new 'WebApp' functionality in resin-admin:


1.) In resin-pro-3.1.s080710/php/admin/webapp.php, line 239, there is an unnecessary '}' outside the <?php ?> block:

233 <?php
234 } // webapps
235 } // hosts
236 ?>
237 }
238
239 </table>
240 <?php


This causes a '}' to appear between the headline and the list of webapps.

2.) When the 'WebApp' tab is active, the 'Summary' tab is highlighted and clicking in 'refresh' is showing 'Summary' instead of 'WebApp'.



There are no notes attached to this issue.