summaryrefslogtreecommitdiff
path: root/app/views/projects/serverless/functions/index.html.haml
blob: 383c187b398bb3b60d167c5feacf43c6b5c1bc36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
- @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)

.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'),
  empty_image_path: image_path('illustrations/empty-state/empty-serverless-lg.svg') } }

%div{ class: [('limit-container-width' unless fluid_layout)] }
  .js-serverless-survey-banner{ data: { user_name: current_user.name, user_email: current_user.email } }

  .js-serverless-functions-notice
    .flash-container

  .top-area.adjust.d-flex.justify-content-center.gl-border-none
    .serverless-functions-table#js-serverless-functions