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

20 lines
833 B
Text
Raw Normal View History

2019-02-15 15:39:39 +05:30
- @content_class = "limit-container-width" unless fluid_layout
2020-07-28 23:09:34 +05:30
- breadcrumb_title _('Serverless')
- page_title _('Serverless')
2019-02-15 15:39:39 +05:30
- 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,
2020-10-24 23:57:45 +05:30
help_path: help_page_path('user/project/clusters/serverless/index'),
empty_image_path: image_path('illustrations/empty-state/empty-serverless-lg.svg') } }
2019-02-15 15:39:39 +05:30
2020-11-24 15:15:51 +05:30
.js-serverless-survey-banner{ data: { user_name: current_user.name, user_email: current_user.email } }
2020-04-22 19:07:51 +05:30
2020-11-24 15:15:51 +05:30
.js-serverless-functions-notice
.flash-container
2019-02-15 15:39:39 +05:30
2020-11-24 15:15:51 +05:30
.top-area.adjust.d-flex.justify-content-center.gl-border-none
.serverless-functions-table#js-serverless-functions