Skip to content

Commit

Permalink
Update mocha
Browse files Browse the repository at this point in the history
  • Loading branch information
mgubaidullin committed Feb 17, 2025
1 parent 502d074 commit d2185c3
Show file tree
Hide file tree
Showing 4 changed files with 448 additions and 86 deletions.
2 changes: 1 addition & 1 deletion karavan-app/src/main/webui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions karavan-app/src/main/webui/src/project/ProjectPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,10 @@ export function ProjectPage() {

function refreshData(){
ProjectService.refreshAllContainerStatuses();
ProjectService.refreshCamelStatus(project.projectId, config.environment);
if (tabIndex === 'build' || tabIndex === 'container') {
ProjectService.refreshAllDeploymentStatuses();
ProjectService.refreshImages(project.projectId);
} else if (tabIndex === 'dashboard') {
ProjectService.refreshCamelStatus(project.projectId, config.environment);
} else if (tabIndex === 'trace' && refreshTrace) {
ProjectService.refreshCamelTraces(project.projectId, config.environment);
}
Expand Down
Loading

0 comments on commit d2185c3

Please sign in to comment.