connectedServices = new ConnectedServicesData( services: new ConnectedServiceCollectionData([ new ConnectedServiceData( name: 'Microsoft Outlook', icon: 'home', type: ConnectionTechTypes::OIDC, connectionService: 'Azure AD', status: ConnectionStatus::Connected ), new ConnectedServiceData( name: 'Microsoft Teams', icon: 'home', type: ConnectionTechTypes::OIDC, connectionService: 'Azure AD', status: ConnectionStatus::Pending ), new ConnectedServiceData( name: 'Keka HR', icon: 'home', type: ConnectionTechTypes::SAML, connectionService: 'KeKA', status: ConnectionStatus::Disconnected ), new ConnectedServiceData( name: 'Trutimer', icon: 'home', type: ConnectionTechTypes::SAML, connectionService: 'Redmine', status: ConnectionStatus::Error ), ]) ); } }; ?>
{{$service->name}}
{{$service->type->name}} - {{$service->connectionService}}
{{ucfirst($service->status->name)}}