Skip to content

Commit 99de467

Browse files
authored
Merge pull request #595 from nextcloud/fix/update-daemon-registries
fix: add missing registries param on daemon update action
2 parents ca10e12 + ffc6bb6 commit 99de467

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

js/app_api-adminSettings.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/app_api-adminSettings.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/DaemonConfig/ManageDaemonConfigModal.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,7 @@ export default {
616616
haproxy_password: this.deployConfig.haproxy_password ?? '',
617617
computeDevice: this.deployConfig.computeDevice,
618618
harp: this.deployConfig.harp ?? null,
619+
registries: this.deployConfig.registries || null,
619620
},
620621
}
621622
if (this.additionalOptions.length > 0) {

0 commit comments

Comments
 (0)