-
- Downloads
feat: Add payload layouts to dashboard (#425)
* fix: Rename SPA to dashboard and disable portcheck of peer_replica * feat: Add data & unknown type of payload to dashboard * refactor: Implement paylaod interface that allows different json structs * feat: Implement Drng paylaod * refactor: Use Listgroup for layout consistency * doc: Add description * feat: Implement Value payload handler * feat: Add Value payload layout * refactor: Refactor payload layouts * refactor: Remove debug print out * fix: Remove redundant assignment * refactor: Fix* refactor: Fix
Showing
- plugins/dashboard/explorer_routes.go 6 additions, 0 deletionsplugins/dashboard/explorer_routes.go
- plugins/dashboard/frontend/package-lock.json 10179 additions, 0 deletionsplugins/dashboard/frontend/package-lock.json
- plugins/dashboard/frontend/package.json 1 addition, 0 deletionsplugins/dashboard/frontend/package.json
- plugins/dashboard/frontend/src/app/components/BasicPayload.tsx 29 additions, 0 deletions...ns/dashboard/frontend/src/app/components/BasicPayload.tsx
- plugins/dashboard/frontend/src/app/components/DrngPayload.tsx 81 additions, 0 deletions...ins/dashboard/frontend/src/app/components/DrngPayload.tsx
- plugins/dashboard/frontend/src/app/components/ExplorerMessageQueryResult.tsx 49 additions, 0 deletions...rontend/src/app/components/ExplorerMessageQueryResult.tsx
- plugins/dashboard/frontend/src/app/components/ValuePayload.tsx 143 additions, 0 deletions...ns/dashboard/frontend/src/app/components/ValuePayload.tsx
- plugins/dashboard/frontend/src/app/misc/Payload.ts 55 additions, 0 deletionsplugins/dashboard/frontend/src/app/misc/Payload.ts
- plugins/dashboard/frontend/src/app/stores/ExplorerStore.tsx 23 additions, 1 deletionplugins/dashboard/frontend/src/app/stores/ExplorerStore.tsx
- plugins/dashboard/packrd/packed-packr.go 19 additions, 19 deletionsplugins/dashboard/packrd/packed-packr.go
- plugins/dashboard/payload_handler.go 160 additions, 0 deletionsplugins/dashboard/payload_handler.go
Loading
Please register or sign in to comment