2019-03-02 22:35:43 +05:30
|
|
|
- @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 } }
|
|
|
|
|
2020-11-24 15:15:51 +05:30
|
|
|
.serverless-function-details#js-serverless-function-details
|
2019-03-02 22:35:43 +05:30
|
|
|
|
2020-11-24 15:15:51 +05:30
|
|
|
.js-serverless-function-notice
|
|
|
|
.flash-container
|
2019-03-02 22:35:43 +05:30
|
|
|
|
2020-11-24 15:15:51 +05:30
|
|
|
.function-holder.js-function-holder.input-group
|