Add roles to user
[portal.git] / ecomp-portal-FE-common / client / app / views / role / role_list.html
index b082c3e..34244b5 100644 (file)
@@ -93,7 +93,7 @@
                                                        </div>
                                    </td>
                                    <td b2b-table-body id="{{$index}}-button-edit-role" class="icon-misc-pen" ng-click="editRoleModalPopup(apps.selectedCentralizedApp, rowData)"></td>
-                                   <td ng-if="apps.selectedCentralizedApp != 1"  b2b-table-body class="icon-trash" ng-click="removeRole(apps.selectedCentralizedApp, rowData)"></td>    
+                                   <td ng-if="apps.selectedCentralizedApp != 1"  b2b-table-body class="icon-misc-trash" ng-click="removeRole(apps.selectedCentralizedApp, rowData)"></td>    
                                </tr>
                            </tbody>
                        </table>