Skip to content

Commit f5242e7

Browse files
lsongsusexingzhang-suse
authored andcommitted
Bug Fixes
Add placeholder text to the URI input field on the Registry Configuration creation page
1 parent 1027949 commit f5242e7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/sbombastic-image-vulnerability-scanner/edit/sbombastic.rancher.io.registry.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,6 @@ export default {
113113
const spec = this.value.spec;
114114
115115
spec.scanInterval ??= SCAN_INTERVALS.THREE_HOURS;
116-
spec.uri ??= REGISTRY_DEFAULT_URI.DOCKERHUB;
117-
spec.uri = spec.uri || REGISTRY_DEFAULT_URI.DOCKERHUB;
118116
}
119117
}
120118
</script>

0 commit comments

Comments
 (0)