-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
853160c
commit 33a800b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule pelican
updated
10 files
+32 −17 | config/config.go | |
+29 −0 | config/config_test.go | |
+1 −1 | launchers/launcher.go | |
+1 −0 | param/parameters_struct.go | |
+1 −1 | web_ui/frontend/app/(landing)/page.tsx | |
+1 −1 | web_ui/frontend/app/(login)/login/page.tsx | |
+48 −22 | web_ui/frontend/app/api/docs/pelican-swagger.yaml | |
+1 −1 | web_ui/frontend/app/config/page.tsx | |
+1 −1 | web_ui/frontend/components/StatusBox.tsx | |
+10 −7 | web_ui/ui.go |