[SDC-31] add mising script got Comformance fix
[sdc.git] / catalog-ui / src / app / view-models / workspace / conformance-level-modal / conformance-level-modal-view.html
1 <sdc-modal modal="modalInstance"
2            type="classic"
3            class="w-sdc-modal modal-type-alert conformance-level-modal"
4            header="Warning"
5            buttons="footerButtons"
6            show-close-button="false">
7
8     <perfect-scrollbar include-padding="true">
9         <div class="w-sdc-modal-body-content" data-tests-id="message">
10             <p>
11                 You are about to distribute a service with models and artifacts created with an <b>older version of the platform</b>.
12                 For such service, new properties, metadata and requirements needed by ECOMP components will not be available.
13             </p><p>
14                 It is highly recommended that you upgrade the service models and artifacts.
15             </p><p>
16                 Click "Continue" if you need to distribute the current service version.<br />
17                 Click "Reject" if you need to stop the distribution and manually upgrade the service.
18             </p>
19         </div>
20     </perfect-scrollbar>
21
22 </sdc-modal>