Validations added temporarily
This commit is contained in:
@@ -28,7 +28,7 @@ const Page = () => {
|
||||
{/* Create agent Container */}
|
||||
<div className={createAgentStyle.createAgentContainer}>
|
||||
<TopToolTip />
|
||||
<div className={createAgentStyle.inputMainContainer}>
|
||||
<form className={createAgentStyle.inputMainContainer} id="form">
|
||||
{/* Header */}
|
||||
<div className={createAgentStyle.headerContainer}>
|
||||
<div className={createAgentStyle.headerTxt}>
|
||||
@@ -43,7 +43,7 @@ const Page = () => {
|
||||
{/* <p className={createAgentStyle.required}>*</p> */}
|
||||
</div>
|
||||
{/* Input Field */}
|
||||
<TextField placeHolder="Enter agent name" />
|
||||
<TextField placeHolder="Enter agent name" required />
|
||||
<Prompts show={false} />
|
||||
</div>
|
||||
{/* Kubernetes API input */}
|
||||
@@ -92,10 +92,13 @@ const Page = () => {
|
||||
{/* <p className={createAgentStyle.required}>*</p> */}
|
||||
</div>
|
||||
{/* Input Field */}
|
||||
<TextField placeHolder="e.g., http://agent-01.example.com:8080" />
|
||||
<TextField
|
||||
placeHolder="e.g., http://agent-01.example.com:8080"
|
||||
required
|
||||
/>
|
||||
<Prompts show={false} />
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user