We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 :)
The text was updated successfully, but these errors were encountered:
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>
Sorry, something went wrong.
I tried it, but for me this is to match for the table, and there is a link in the detail view
No branches or pull requests
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 :)
The text was updated successfully, but these errors were encountered: