{{ 'service.connections.title.content'|trans }}
{{ 'service.connections.title.content'|trans }}
+{{ 'service.connections.content.description'|trans }}
+diff --git a/assets/scss/pages/service-connection.scss b/assets/scss/pages/service-connection.scss index 7be7da9f4..4922a8384 100644 --- a/assets/scss/pages/service-connection.scss +++ b/assets/scss/pages/service-connection.scss @@ -1,15 +1,5 @@ .service-connections { - display: flex; - aside.filters { - margin-right: 32px; - width: 230px; - flex-basis: 230px; - flex-shrink: 0; - } div.sps { - flex: 1 1; - flex-basis: 400px; - td { padding: 15px 10px; @@ -29,6 +19,7 @@ padding: 11px 10px; font-size: .875rem; font-weight: 600; + vertical-align: bottom; } td.name { diff --git a/src/Surfnet/ServiceProviderDashboard/Infrastructure/DashboardBundle/Resources/translations/messages.en.yml b/src/Surfnet/ServiceProviderDashboard/Infrastructure/DashboardBundle/Resources/translations/messages.en.yml index e96d8814d..56d807f55 100644 --- a/src/Surfnet/ServiceProviderDashboard/Infrastructure/DashboardBundle/Resources/translations/messages.en.yml +++ b/src/Surfnet/ServiceProviderDashboard/Infrastructure/DashboardBundle/Resources/translations/messages.en.yml @@ -563,8 +563,8 @@ service.overview.progress.tooltip.production-connection.in-progress.html: "The d service.overview.progress.tooltip.production-connection.success.html: "Thank you\nA production connection is active" service.connections.title.main: "Connections" -service.connections.title.filters: Filters service.connections.title.content: Connection status +service.connections.content.description: "The list below shows the entities you are responsible for. If a service is connected to a test IdP, it is marked with a green checkmark. If the service is connected to any other IdP, then a green checkmark wil be displayed in the final column." service.connections.connected: Not connected service.connections.not-connected: Connected service.connections.table.no-results: No entities found diff --git a/src/Surfnet/ServiceProviderDashboard/Infrastructure/Jira/Repository/DevelopmentIssueRepository.php b/src/Surfnet/ServiceProviderDashboard/Infrastructure/Jira/Repository/DevelopmentIssueRepository.php index e797deacc..c952f50d4 100644 --- a/src/Surfnet/ServiceProviderDashboard/Infrastructure/Jira/Repository/DevelopmentIssueRepository.php +++ b/src/Surfnet/ServiceProviderDashboard/Infrastructure/Jira/Repository/DevelopmentIssueRepository.php @@ -49,6 +49,12 @@ public function shouldFailCreateIssue(): void $this->failIssueCreation = true; $this->storeData(); } + public function shouldNotFailCreateIssue(): void + { + $this->loadData(); + $this->failIssueCreation = false; + $this->storeData(); + } public function findByManageIds(array $manageIds): IssueCollection { diff --git a/templates/Service/my-services.html.twig b/templates/Service/my-services.html.twig index 727d0d029..3b9eb1639 100644 --- a/templates/Service/my-services.html.twig +++ b/templates/Service/my-services.html.twig @@ -9,15 +9,14 @@
{{ 'service.connections.content.description'|trans }}
+