|
|
{{ agent.host.name }}
|
{{ agent.port }} |
@if (agent.use_https && !agent.insecure) {
{{ t('HTTPS') }}
}
@if (agent.use_https && agent.insecure) {
{{ t('HTTPS (insecure)') }}
}
@if (agent.use_autossl && agent.autossl_successful) {
{{ t('Auto-TLS') }}
}
@if (agent.use_autossl && !agent.autossl_successful) {
{{ t('Auto-TLS certificate exchange error') }}
}
@if (!agent.use_https && !agent.use_autossl) {
{{ t('HTTP') }}
}
|
{{ t('Edit') }}
{{ t('Query Agent') }}
@if (agent.allow_edit) {
}
@if (agent.allow_edit) {
{{ t('Delete') }}
}
|
}