gitlab-org--gitlab-foss/app/views/projects/serverless/functions/index.html.haml

18 lines
694 B
Text
Raw Normal View History

2018-12-06 13:08:49 -05:00
- @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-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,
help_path: help_page_path('user/project/clusters/serverless/index') } }
2018-12-06 13:08:49 -05:00
%div{ class: [('limit-container-width' unless fluid_layout)] }
2018-12-06 13:08:49 -05:00
.js-serverless-functions-notice
.flash-container
2019-08-20 17:07:29 -04:00
.top-area.adjust.d-flex.justify-content-center
2018-12-06 13:08:49 -05:00
.serverless-functions-table#js-serverless-functions