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

registry_settings_app_spec.js.snap « __snapshots__ « components « settings « registry « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 966acdf52beb579148da82ee07bcfcd008f862da (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
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Registry Settings App renders 1`] = `
<div>
  <p>
    
    Tag expiration policy is 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>
   
  <settings-form-stub />
</div>
`;