Welcome to mirror list, hosted at ThFree Co, Russian Federation.

empty_state_spec.js.snap « __snapshots__ « components « serverless « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c25a8d4bb92fe400d28c4644eb2c33bac849e4d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`EmptyStateComponent should render content 1`] = `
"<section class=\\"row empty-state text-center\\">
  <div class=\\"col-12\\">
    <div class=\\"svg-250 svg-content\\"><img src=\\"/image.svg\\" alt=\\"\\" role=\\"img\\" class=\\"gl-max-w-full\\"></div>
  </div>
  <div class=\\"col-12\\">
    <div class=\\"text-content gl-mx-auto gl-my-0 gl-p-5\\">
      <h1 class=\\"gl-font-size-h-display gl-line-height-36 h4\\">
        Getting started with serverless
      </h1>
      <p class=\\"gl-mt-3\\">In order to start using functions as a service, you must first install Knative on your Kubernetes cluster. <gl-link-stub href=\\"/help\\">More information</gl-link-stub>
      </p>
      <div class=\\"gl-display-flex gl-flex-wrap gl-justify-content-center\\">
        <!---->
        <!---->
      </div>
    </div>
  </div>
</section>"
`;