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}
|
||||
/>
|
||||
</div>
|
||||
<div className="col-md-4">
|
||||
<div className="col-md-3">
|
||||
<label className="form-label">Local IP</label>
|
||||
<div className="input-group">
|
||||
<input
|
||||
@@ -2534,7 +2534,7 @@ function NetworkConfigManager() {
|
||||
return null;
|
||||
})()}
|
||||
</div>
|
||||
<div className="col-md-4">
|
||||
<div className="col-md-3">
|
||||
<label className="form-label">Remote IP</label>
|
||||
<div className="input-group">
|
||||
<input
|
||||
|
||||
Reference in New Issue
Block a user