org.onap migration
[vid.git] / vid-app-common / src / main / webapp / app / vid / scripts / view-models / createInstanceServiceModels.htm
index 0f69461..da249c2 100755 (executable)
@@ -19,6 +19,8 @@
   -->\r
 \r
 <link rel="stylesheet" type="text/css" href="app/vid/styles/serviceModels.css" />\r
+<link rel="stylesheet" type="text/css" href="app/vid/styles/buttons.css" />\r
+\r
 <div popup-window class="popupContents" ngx-show="{{popup.isTablePopUpVisible}}" ng-cloak>\r
        <div ng-include="'app/vid/scripts/view-models/previousVersion.htm'"/>\r
 </div>\r
@@ -36,7 +38,7 @@
        <br><br>\r
        \r
        \r
-       <table\r
+       <table class="create-instance-service ">\r
                \r
                <tr>\r
                                <td >\r
@@ -77,7 +79,7 @@
        <!-- <h1 class="heading1" style="margin-top:20px;">Browse SDC Service Models</h1> -->\r
        <div style="margin-top:30px" ng-init="getAaiServiceModelsList();">\r
                \r
-               <table att-table table-data="services" view-per-page="viewPerPage" current-page="currentPage" search-category="searchCategory" search-string="searchString" total-page="totalPage">\r
+               <table data-tests-id="services-list" att-table table-data="services" view-per-page="viewPerPage" current-page="currentPage" search-category="searchCategory" search-string="searchString" total-page="totalPage">\r
                    <thead  att-table-row type="header">\r
                                <tr>\r
                                        <th att-table-header key="action">Action</th>\r
                        <td att-table-body ng-bind="service['extra-properties']['extra-property'][4]['property-value']"></td>\r
                        <td att-table-body ng-bind="service['extra-properties']['extra-property'][6]['property-value']"></td>\r
                        <td att-table-body ng-show="service['extra-properties']['extra-property'][6]['property-value'] > '1.0' ">\r
-                               <button type=button ng-click="loadPreviousVersionData(service['extra-properties']['extra-property'][6]['property-value'],service['extra-properties']['extra-property'][4]['property-value'])" att-button btn-type="primary" size="small">\r
+                               <div class="clickable-text previous-versions-button"\r
+                                                  ng-click="loadPreviousVersionData(service['extra-properties']['extra-property'][6]['property-value'],service['extra-properties']['extra-property'][4]['property-value'])">\r
                                        Previous Versions\r
-                               </button>\r
+                               </div>\r
                        </td>\r
                        <td att-table-body ng-show="service['extra-properties']['extra-property'][6]['property-value'] <= '1.0' ">&nbsp;</td>\r
                        </tr>\r