t3monitoring icon indicating copy to clipboard operation
t3monitoring copied to clipboard

[Feature] Login Link

Open SimonWpt opened this issue 9 years ago • 2 comments

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 :)

SimonWpt avatar Apr 28 '16 10:04 SimonWpt

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>

stadtkonzeptbasel avatar Jan 18 '17 11:01 stadtkonzeptbasel

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

beathorst avatar Sep 29 '17 20:09 beathorst