()
| 64 | }; |
| 65 | |
| 66 | const handleViewLogs = async () => { |
| 67 | // Placeholder - would open gateway logs |
| 68 | showNotification("success", "Opening gateway logs... (placeholder)"); |
| 69 | }; |
| 70 | |
| 71 | const actions: ActionButton[] = [ |
| 72 | { |
nothing calls this directly
no test coverage detected