- {isLoading && }
- {records != null && records.length > 0 ? (
-
-
-
- Service
- Status
- Actions
-
-
-
- {records
- .filter((b: NotificationEndpointItem) => {
- if (filter === "") {
- return true;
- } else {
- if (b.service.indexOf(filter) >= 0) {
- return true;
- } else {
- return false;
- }
- }
- })
- .map(row => (
-
- {`${row.service}:${row.account_id}`}
- {/*{row.account_id}*/}
-
-
-
- {row.status}
-
-
-
-
-
-
-
-
- {
- //confirmDeleteBucket(row.name);
- }}
- >
-
-
-
-
- ))}
-
-
-
- {
- setPage(newPage);
- }}
- onChangeRowsPerPage={(
- event: React.ChangeEvent
- ) => {
- const rPP = parseInt(event.target.value, 10);
- setRowsPerPage(rPP);
- }}
- ActionsComponent={MinTablePaginationActions}
- />
-
-
-
- ) : (
- No Notification Endpoints
- )}
-
+