refactor(NetworkConfigManager): adjust column layout for Local and Remote IP fields; change width from 4 to 3 for improved UI consistency
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m35s
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m35s
This commit is contained in:
@@ -2500,7 +2500,7 @@ function NetworkConfigManager() {
|
|||||||
options={INTERFACE_TYPES}
|
options={INTERFACE_TYPES}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="col-md-4">
|
<div className="col-md-3">
|
||||||
<label className="form-label">Local IP</label>
|
<label className="form-label">Local IP</label>
|
||||||
<div className="input-group">
|
<div className="input-group">
|
||||||
<input
|
<input
|
||||||
@@ -2534,7 +2534,7 @@ function NetworkConfigManager() {
|
|||||||
return null;
|
return null;
|
||||||
})()}
|
})()}
|
||||||
</div>
|
</div>
|
||||||
<div className="col-md-4">
|
<div className="col-md-3">
|
||||||
<label className="form-label">Remote IP</label>
|
<label className="form-label">Remote IP</label>
|
||||||
<div className="input-group">
|
<div className="input-group">
|
||||||
<input
|
<input
|
||||||
|
|||||||
Reference in New Issue
Block a user