summaryrefslogtreecommitdiff
path: root/spec/frontend/registry/explorer/components/list_page/__snapshots__/project_empty_state_spec.js.snap
blob: 46b07b4c2d6378947ce6683687d1e18b1a729db5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Registry Project Empty state to match the default snapshot 1`] = `
<div>
  <p>
    With the Container Registry, every project can have its own space to store its Docker images. 
    <gl-link-stub
      href="baz"
      target="_blank"
    >
      More Information
    </gl-link-stub>
  </p>
   
  <h5>
    CLI Commands
  </h5>
   
  <p>
    If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have 
    <gl-link-stub
      href="barBaz"
      target="_blank"
    >
      Two-Factor Authentication
    </gl-link-stub>
     enabled, use a 
    <gl-link-stub
      href="fooBaz"
      target="_blank"
    >
      Personal Access Token
    </gl-link-stub>
     instead of a password.
  </p>
   
  <gl-form-input-group-stub
    class="gl-mb-4"
    predefinedoptions="[object Object]"
    value=""
  >
    <gl-form-input-stub
      class="gl-font-monospace!"
      readonly=""
      type="text"
      value="bazbaz"
    />
  </gl-form-input-group-stub>
   
  <p
    class="gl-mb-4"
  >
    
      You can add an image to this registry with the following commands:
    
  </p>
   
  <gl-form-input-group-stub
    class="gl-mb-4"
    predefinedoptions="[object Object]"
    value=""
  >
    <gl-form-input-stub
      class="gl-font-monospace!"
      readonly=""
      type="text"
      value="foofoo"
    />
  </gl-form-input-group-stub>
   
  <gl-form-input-group-stub
    predefinedoptions="[object Object]"
    value=""
  >
    <gl-form-input-stub
      class="gl-font-monospace!"
      readonly=""
      type="text"
      value="barbar"
    />
  </gl-form-input-group-stub>
</div>
`;