georgringer / t3monitoring

Monitoring service of TYPO3 extensions
GNU General Public License v2.0
47 stars 38 forks source link

[Feature] Login Link #35

Open SimonWpt opened 8 years ago

SimonWpt commented 8 years ago

Please add a direct link to to the TYPO3 Login (domain.com/typo3) on client view. Perhaps as a icon near the domain? Saves time :)

stadtkonzeptbasel commented 7 years ago

simply edit the module template for your need: Resources/Private/Templates/Statistic/Index.html. I did it this way:

<td data-type="num" class="text-nowrap">
    <a href="{client.domain}" target="_blank"><span data-toggle="tooltip"
        data-title="Website Frontend"
        data-placement="left" class="badge badge-info">FE</span></a> 
    <a href="{client.domain}typo3/" target="_blank"><span data-toggle="tooltip"
        data-title="TYPO3 Backend"
        data-placement="left" class="badge badge-warning">BE</span></a>
</td>
beathorst commented 7 years ago

I tried it, but for me this is to match for the table, and there is a link in the detail view

bildschirmfoto 2017-09-29 um 22 34 06