[VID-12] Delivery of remaining features for v1.1
[vid.git] / vid-app-common / src / main / webapp / app / vid / scripts / view-models / serviceModels.htm
index c0a8ee5..00b8972 100755 (executable)
@@ -52,6 +52,7 @@
                            <th att-table-header key="distributionStatus">Distribution Status</th>\r
                            <th att-table-header key="lastUpdaterUserId">Last Updated By</th>\r
                            <th att-table-header key="toscaModelUrl">Tosca Model</th>\r
+                                       <th att-table-header key="actions">Action</th>\r
                        </tr>\r
                    </thead>\r
                    <tbody att-table-row type="body" row-repeat="service in services">\r
@@ -65,6 +66,7 @@
                        <td att-table-body ng-bind="service['distributionStatus']"></td>\r
                        <td att-table-body ng-bind="service['lastUpdaterUserId']"></td>\r
                        <td att-table-body ng-bind="service['toscaModelUrl']"></td>\r
+                                       <td att-table-body ><button type=button ng-click="deloyService(service)" att-button btn-type="primary" size="small">Previous Versions</button></td>\r
                        </tr>     \r
                    </tbody>      \r
                </table>\r