We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad7a884 commit e39cdaeCopy full SHA for e39cdae
ui/src/config/section/compute.js
@@ -717,7 +717,7 @@ export default {
717
name: 'endpoint.url'
718
}
719
const json = await getAPI('listConfigurations', params)
720
- const configuration = json?.listconfigurationsresponse?.configuration || {}
+ const configuration = json?.listconfigurationsresponse?.configuration?.[0] || {}
721
return !configuration.value || configuration.value.startsWith('http://localhost')
722
},
723
actions: [
0 commit comments