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

show.html.haml « functions « serverless « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dd81d957e51ffa1de555c25dceed3f8f19f0ea70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
- @content_class = "limit-container-width" unless fluid_layout
- clusters_path = project_clusters_path(@project)
- help_path = help_page_path('user/project/clusters/serverless/index')

- add_to_breadcrumbs('Serverless', project_serverless_functions_path(@project))

- page_title @service[:name]

.serverless-function-details-page.js-serverless-function-details-page{ data: { service: @service.as_json,
  prometheus: @prometheus,
  clusters_path: clusters_path,
  help_path: help_path } }

.serverless-function-details#js-serverless-function-details

.js-serverless-function-notice
  .flash-container

.function-holder.js-function-holder.input-group