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:
Zack Spear
2025-05-20 13:42:12 -07:00
parent a0d891c57d
commit b53c45047e

View File

@@ -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: