Changeset 624


Ignore:
Timestamp:
Jul 13, 2010, 3:13:44 PM (14 years ago)
Author:
gav
Message:

Move view application log file link from admin to manager view.

Location:
trunk/grails-app/views/appCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/appCore/appAdmin.gsp

    r548 r624  
    1515                <table>
    1616                    <tbody>
    17 
    18                         <tr class="prop">
    19                             <td valign="top" class="name">
    20                                 <label>Log:</label>
    21                             </td>
    22                             <td valign="top" class="value">
    23                                 <g:link action="appLog">View</g:link> - The application log file.
    24                             </td>
    25                         </tr>
    2617
    2718                        <tr class="prop">
  • trunk/grails-app/views/appCore/manager.gsp

    r622 r624  
    7575                        <tr class="prop">
    7676                            <td valign="top" class="name">
    77                                 <label>Search Index:</label>
     77                                <label>Application:</label>
    7878                            </td>
    7979                            <td valign="top" class="value">
     80                                <g:link action="appLog">
     81                                    View
     82                                </g:link> - The application log file.
     83                                <br />
    8084                                <g:link action="rebuildTextSearchIndex">
    8185                                    Rebuild
Note: See TracChangeset for help on using the changeset viewer.