-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
shell: Restricts bond input to 4 digits
When adding a bond, the user is now restricted from typing in more than 4 digits in various input boxes. These input boxes include the Monotoring Interval, Link up, and Link down. Reviewed-by: Patrick Uiterwijk Closes: #878 Fixes: #843
- Loading branch information
1 parent
740aca8
commit de1339d
Showing
2 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -808,3 +808,9 @@ a { | |
.cockpit-modal-sm { | ||
width: 300px; | ||
} | ||
|
||
/* networking */ | ||
|
||
.network-number-field { | ||
width: 4em; | ||
} |