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

20 lines
806 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,
help_path: help_page_path('user/project/clusters/serverless/index') } }
2019-02-15 15:39:39 +05:30
2019-12-04 20:38:33 +05:30
%div{ class: [('limit-container-width' unless fluid_layout)] }
2020-04-22 19:07:51 +05:30
.js-serverless-survey-banner{ data: { user_name: current_user.name, user_email: current_user.email } }
2019-02-15 15:39:39 +05:30
.js-serverless-functions-notice
.flash-container
2019-12-04 20:38:33 +05:30
.top-area.adjust.d-flex.justify-content-center
2019-02-15 15:39:39 +05:30
.serverless-functions-table#js-serverless-functions