Skip to content

Commit 56da14c

Browse files
authored
Merge branch 'main' into main
2 parents 73631ff + c291dd6 commit 56da14c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
7272
- name: Upload screenshots on failure
7373
if: failure()
74-
uses: actions/upload-artifact@v6
74+
uses: actions/upload-artifact@v7
7575
with:
7676
name: vhs-screenshots
7777
path: docs/images/

custom/ecs/clusters/render.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ func (r *ClusterRenderer) Navigations(resource dao.Resource) []render.Navigation
194194
Resource: "services",
195195
FilterField: "ClusterName",
196196
FilterValue: clusterName,
197+
AutoReload: true,
197198
},
198199
{
199200
Key: "t",

0 commit comments

Comments
 (0)