+
+
+
+
No active CLI sessions
+
Sessions created by `lite login` will show up here.
+
+ );
+}
+
+export function CLISessionsTable({
+ sessions,
+ totalCount,
+ isLoading,
+ isRevoking,
+ canRevoke,
+ onRevoke,
+ pagination,
+ onPaginationChange,
+}: CLISessionsTableProps) {
+ const [sorting, setSorting] = useState