summaryrefslogtreecommitdiff
path: root/spec/frontend/registry/settings/components/__snapshots__/registry_settings_app_spec.js.snap
blob: c6dbb1da8e91636e4a44268ef720d6adeb9f2cf2 (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
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Registry List renders 1`] = `
<div>
  <p>
    
    Tag retention policies are designed to:
  
  </p>
   
  <ul>
    <li>
      Keep and protect the images that matter most.
    </li>
     
    <li>
      
      Automatically remove extra images that aren't designed to be kept.
    
    </li>
  </ul>
   
  <p>
    Read more about the 
    <a
      href="foo"
      target="_blank"
    >
      Container Registry tag retention policies
    </a>
  </p>
</div>
`;