debian-mirror-gitlab/app/views/projects/serverless/functions/show.html.haml

22 lines
760 B
Text
Raw Normal View History

2019-03-02 22:35:43 +05:30
- @no_container = true
- @content_class = "limit-container-width" unless fluid_layout
2019-07-07 11:18:12 +05:30
- clusters_path = project_clusters_path(@project)
- help_path = help_page_path('user/project/clusters/serverless/index')
2019-03-02 22:35:43 +05:30
- add_to_breadcrumbs('Serverless', project_serverless_functions_path(@project))
- page_title @service[:name]
2019-07-07 11:18:12 +05:30
.serverless-function-details-page.js-serverless-function-details-page{ data: { service: @service.as_json,
prometheus: @prometheus,
clusters_path: clusters_path,
help_path: help_path } }
2019-03-02 22:35:43 +05:30
%div{ class: [container_class, ('limit-container-width' unless fluid_layout)] }
2019-07-07 11:18:12 +05:30
.serverless-function-details#js-serverless-function-details
2019-03-02 22:35:43 +05:30
.js-serverless-function-notice
.flash-container
.function-holder.js-function-holder.input-group