Skip to content

Commit

Permalink
added fula.sh log fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha committed Feb 13, 2024
1 parent 2e78f70 commit 0df399d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/box/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "box",
"version": "1.5.7",
"version": "1.5.8",
"private": true,
"dependencies": {
"@functionland/fula-sec": "*",
Expand Down
1 change: 1 addition & 0 deletions apps/box/src/screens/Settings/BloxLogs.screen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export const BloxLogsScreen = () => {
{ label: 'Go-Fula', value: 'fula_go' },
{ label: 'Node', value: 'fula_node' },
{ label: 'Fx', value: 'fula_fxsupport' },
{ label: 'Service Logs', value: 'MainService' },
]}
title="Container Name"
/>
Expand Down

0 comments on commit 0df399d

Please sign in to comment.