style: adjust some styles
This commit is contained in:
@@ -68,7 +68,9 @@ const AddWorker: React.FC<AddWorkerProps> = (props) => {
|
||||
firstLoad.current = false;
|
||||
setRegistrationInfo({
|
||||
...data,
|
||||
image: data.container_registry,
|
||||
image: data.container_registry
|
||||
? `${data.container_registry}/${data.image}`
|
||||
: data.image,
|
||||
cluster_id: value
|
||||
});
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user