Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_help.html.haml « alerts « services « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4b09d1d9d0e766c2e0fb1ae7a26c925c48f827f0 (plain)
1
2
3
4
5
6
.js-alerts-service-settings{ data: { activated: @service.activated?.to_s,
  form_path: scoped_integration_path(@service),
  authorization_key: @service.token,
  url: @service.url || _('<namespace / project>'),
  alerts_setup_url: help_page_path('user/project/integrations/generic_alerts.html', anchor: 'setting-up-generic-alerts'),
  alerts_usage_url: help_page_path('user/project/operations/alert_management.html') } }