fix: init cluster id when deploy model
This commit is contained in:
@@ -12,10 +12,11 @@
|
||||
|
||||
.note-info {
|
||||
margin-left: 4px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.star {
|
||||
position: relative;
|
||||
top: 2px;
|
||||
font-size: 0.7rem;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@ const NoteInfo: React.FC<NoteInfoProps> = (props) => {
|
||||
if (!label) return null;
|
||||
const renderRequiredStar = required ? (
|
||||
<span className="star" style={{ color: 'red' }}>
|
||||
*
|
||||
﹡
|
||||
</span>
|
||||
) : null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user