Initial OpenECOMP SDC commit
[sdc.git] / catalog-ui / app / scripts / view-models / tutorial-end / tutorial-end.html
1 <div class="sdc-tutorial-end-page">
2     <perfect-scrollbar include-padding="true" class="sdc-tutorial-end-page-main">
3         <h2 translate="TUTORIAL_LAST_PAGE_TITLE"></h2>
4         <p class="sdc-tutorial-end-page-description1" translate="TUTORIAL_LAST_PAGE_TEXT"></p>
5         <div>
6             <button class="w-sdc-btn-blue" data-ui-sref="dashboard" type="button" translate="TUTORIAL_LAST_PAGE_BTN_ACTION_MY_DASHBOARD"></button>
7             <button class="w-sdc-btn-blue" data-ui-sref="catalog" type="button" translate="WELCOME_BTN_ACTION_CATALOG"></button>
8         </div>
9     </perfect-scrollbar>
10 </div>