2019-02-15 15:39:39 +05:30
|
|
|
- @no_container = true
|
|
|
|
- @content_class = "limit-container-width" unless fluid_layout
|
|
|
|
- breadcrumb_title 'Serverless'
|
|
|
|
- page_title 'Serverless'
|
|
|
|
- status_path = project_serverless_functions_path(@project, format: :json)
|
|
|
|
- clusters_path = project_clusters_path(@project)
|
|
|
|
|
2019-07-07 11:18:12 +05:30
|
|
|
.serverless-functions-page.js-serverless-functions-page{ data: { status_path: status_path,
|
|
|
|
installed: @installed,
|
|
|
|
clusters_path: clusters_path,
|
|
|
|
help_path: help_page_path('user/project/clusters/serverless/index') } }
|
2019-02-15 15:39:39 +05:30
|
|
|
|
|
|
|
%div{ class: [container_class, ('limit-container-width' unless fluid_layout)] }
|
|
|
|
.js-serverless-functions-notice
|
|
|
|
.flash-container
|
|
|
|
|
|
|
|
.top-area.adjust
|
|
|
|
.serverless-functions-table#js-serverless-functions
|