import { UISref } from '@uirouter/react'; import React from 'react'; import { SETTINGS } from '../../config'; import { SortToggle } from '../../presentation'; import type { IApplicationSummary } from '../service/ApplicationReader'; import { timestamp } from '../../utils'; export interface IApplicationTableProps { applications: IApplicationSummary[]; currentSort: string; toggleSort: (column: string) => void; } export const ApplicationTable = ({ currentSort, toggleSort, applications }: IApplicationTableProps) => (
|
|
|
|
|
|
{SETTINGS.feature.slack && Slack Channel | }Description |
|---|---|---|---|---|---|---|
|
|
{timestamp(app.createTs)} | {timestamp(app.updateTs)} | {app.email} | {app.accounts} | {SETTINGS.feature.slack &&{app.slackChannel?.name} | }{app.description} |