mirror of
https://github.com/unraid/webgui.git
synced 2026-02-08 18:09:37 -06:00
style: enhance ShareSettings.page for improved input clarity
- Added a span with class "input-instructions" to display the maximum file descriptors for better instructional visibility. - This change aligns with ongoing efforts to refine input guidance and visual structure across the plugin.
This commit is contained in:
@@ -154,7 +154,8 @@ _(Tunable (enable Direct IO))_:
|
||||
:shares_tunable_direct_io_help:
|
||||
|
||||
_(Number of fuse File Descriptors)_:
|
||||
: <input type="text" id="file_count" name="shareNOFILE" maxlength="10" value="<?=htmlspecialchars($var['shareNOFILE']);?>" class="narrow" placeholder="40960" <?=$disabled?>><span id="file_max_display">Maximum: <?=$fileMax;?></span>
|
||||
: <input type="text" id="file_count" name="shareNOFILE" maxlength="10" value="<?=htmlspecialchars($var['shareNOFILE']);?>" class="narrow" placeholder="40960" <?=$disabled?>>
|
||||
<span id="file_max_display" class="input-instructions">Maximum: <?=$fileMax;?></span>
|
||||
|
||||
:shares_fuse_file_descriptors_io_help:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user