Merge remote-tracking branch 'upstream/sysdrivers_helptext'

This commit is contained in:
bergware
2023-07-28 13:28:27 +02:00
2 changed files with 10 additions and 1 deletions

View File

@@ -2416,3 +2416,11 @@ A keepalive timer will hold the connection open, for most situations a timer val
Note that for mobile devices this will use more data and drain your battery faster.
:end
:sysdrivers_intro_help:
This page displays all the drivers available on this system. Filter the list according to whether the driver is Inuse or not, or search for a specific driver if desired.
Any 3rd party driver installed by a plugin will have a support symbol next to it, click this to get support for the plugin.
Click the edit button to add/modify/delete any modprobe.d config file in the config/modprobe.d directory on the flash drive.
:end

View File

@@ -164,9 +164,10 @@ $('.tabs').append("<span class='status'><span class='lite label'>_(Select View)_
showDrivers("all",true) ;
</script>
:sysdrivers_intro_help:
<form autocomplete="off" onsubmit="return false;"><span><input class="search" id="driversearch" type="search" placeholder="Search..." onchange="filterDrivers();"></span></form>
<pre><form id="sysdrivers" class="js-confirm-leave" onsubmit="return false"><table id='t1' class="t1 disk_status tablesorter " ><tr><td><div class="spinner"></div></td></tr></table></form></pre><br>
<input type="button" value="_(Done)_" onclick="done()"><input type="button" id="rebuild" value="_(Rebuild Modules)_" onclick="showDriversupdate()">