@if (isLoading) {
}
@if (connection_test && connection_test.status !== 'success') {
}
@if (!servicesAvailable && !isLoading) {
{{ t('There are no new services available') }}
{{ t('Please verify your Agent Configuration.') }}
}
@if (isSaving) {
}
@if (showSuccessful) {
{{ t('Services created successfully!') }}
{{ t('To apply the changes, please refresh your monitoring configuration.') }}
}
@if (!hideConfig) {