2018-12-06 13:08:49 -05:00
|
|
|
- @content_class = "limit-container-width" unless fluid_layout
|
2020-06-22 08:08:47 -04:00
|
|
|
- breadcrumb_title _('Serverless')
|
|
|
|
- page_title _('Serverless')
|
2018-12-06 13:08:49 -05:00
|
|
|
- status_path = project_serverless_functions_path(@project, format: :json)
|
|
|
|
- clusters_path = project_clusters_path(@project)
|
|
|
|
|
2019-04-05 22:02:39 -04:00
|
|
|
.serverless-functions-page.js-serverless-functions-page{ data: { status_path: status_path,
|
|
|
|
installed: @installed,
|
|
|
|
clusters_path: clusters_path,
|
2020-07-21 11:09:40 -04:00
|
|
|
help_path: help_page_path('user/project/clusters/serverless/index'),
|
|
|
|
empty_image_path: image_path('illustrations/empty-state/empty-serverless-lg.svg') } }
|
2018-12-06 13:08:49 -05:00
|
|
|
|
2020-09-11 14:08:42 -04:00
|
|
|
.js-serverless-survey-banner{ data: { user_name: current_user.name, user_email: current_user.email } }
|
2020-03-27 14:07:48 -04:00
|
|
|
|
2020-09-11 14:08:42 -04:00
|
|
|
.js-serverless-functions-notice
|
|
|
|
.flash-container
|
2018-12-06 13:08:49 -05:00
|
|
|
|
2020-09-11 14:08:42 -04:00
|
|
|
.top-area.adjust.d-flex.justify-content-center.gl-border-none
|
|
|
|
.serverless-functions-table#js-serverless-functions
|