mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
ui: fix default text missing from network selection on instance wizard (#3865)
This PR fixes the missing "Default" display issue on the instance wizard when selecting a network. Fixes: #3633
This commit is contained in:
parent
10482da136
commit
a746b29a83
@ -330,9 +330,8 @@
|
|||||||
.attr('checked', false);
|
.attr('checked', false);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.after(
|
).append(
|
||||||
$('<div>').addClass('name').html(options.secondary.desc)
|
$('<div>').addClass('name').html(options.secondary.desc)
|
||||||
)
|
|
||||||
).appendTo($select);
|
).appendTo($select);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user