Skip to content

Commit 125f1cd

Browse files
committed
Fix host update UI
1 parent 8a53071 commit 125f1cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/views/infra/HostUpdate.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ export default {
231231
Object.keys(params).forEach((key) => (params[key] == null) && delete params[key])
232232
this.loading = true
233233
234-
postAPI('updateHost', {}, 'POST', params).then(() => {
234+
postAPI('updateHost', params).then(() => {
235235
this.$message.success({
236236
content: `${this.$t('label.action.update.host')} - ${values.name}`,
237237
duration: 2

0 commit comments

Comments
 (0)