summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/view-models/modals/conformance-level-modal/conformance-level-modal-view.html
blob: 3577e4d77b09034147ca24f5b216fcc2a5e1c511 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<sdc-modal modal="modalInstance"
           type="classic"
           class="w-sdc-modal modal-type-alert conformance-level-modal"
           header="Warning"
           buttons="footerButtons"
           show-close-button="false">

    <perfect-scrollbar include-padding="true">
        <div class="w-sdc-modal-body-content" data-tests-id="message">
            <p>
                You are about to distribute a service with models and artifacts created with an <b>older version of the platform</b>.
                For such service, new properties, metadata and requirements needed by ECOMP components will not be available.
            </p><p>
                It is highly recommended that you upgrade the service models and artifacts.
            </p><p>
                Click "Continue" if you need to distribute the current service version.<br />
                Click "Reject" if you need to stop the distribution and manually upgrade the service.
            </p>
        </div>
    </perfect-scrollbar>

</sdc-modal>