added NPED cat sorting
This commit is contained in:
@@ -18,7 +18,7 @@ const ChannelFields = () => {
|
||||
type="text"
|
||||
id="backoffice"
|
||||
placeholder="https://www.backoffice.com"
|
||||
className="p-1.5 border border-gray-400 rounded-lg"
|
||||
className="p-1.5 border border-gray-400 rounded-lg w-full md:w-60"
|
||||
/>
|
||||
</FormGroup>
|
||||
<FormGroup>
|
||||
@@ -28,7 +28,7 @@ const ChannelFields = () => {
|
||||
type="text"
|
||||
id="username"
|
||||
placeholder="Back office username"
|
||||
className="p-1.5 border border-gray-400 rounded-lg"
|
||||
className="p-1.5 border border-gray-400 rounded-lg w-full md:w-60"
|
||||
/>
|
||||
</FormGroup>
|
||||
<FormGroup>
|
||||
@@ -38,7 +38,7 @@ const ChannelFields = () => {
|
||||
type={showPwd ? "text" : "password"}
|
||||
id="password"
|
||||
placeholder="Back office password"
|
||||
className="p-1.5 border border-gray-400 rounded-lg"
|
||||
className="p-1.5 border border-gray-400 rounded-lg w-full md:w-60"
|
||||
/>
|
||||
<FontAwesomeIcon
|
||||
type="button"
|
||||
@@ -53,7 +53,7 @@ const ChannelFields = () => {
|
||||
name={"connectTimeoutSeconds"}
|
||||
type="number"
|
||||
id="connectTimeoutSeconds"
|
||||
className="p-1.5 border border-gray-400 rounded-lg"
|
||||
className="p-1.5 border border-gray-400 rounded-lg w-full md:w-60"
|
||||
/>
|
||||
</FormGroup>
|
||||
<FormGroup>
|
||||
@@ -63,7 +63,7 @@ const ChannelFields = () => {
|
||||
type="number"
|
||||
id="readTimeoutSeconds"
|
||||
placeholder="https://example.com"
|
||||
className="p-1.5 border border-gray-400 rounded-lg"
|
||||
className="p-1.5 border border-gray-400 rounded-lg w-full md:w-60"
|
||||
/>
|
||||
</FormGroup>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user