mirror of
https://github.com/unraid/webgui.git
synced 2026-05-05 11:50:41 -05:00
Replace deprecated HTML5 tags <big> <center> <font>
This commit is contained in:
@@ -57,10 +57,10 @@ $(function() {
|
||||
</script>
|
||||
|
||||
<blockquote class="inline_help ontop">
|
||||
Click <strong><big>check for updates</big></strong> to check all plugins. This page might take some time to load depending on your internet connection and how many plugins need to be checked.
|
||||
Click <span class="strong big">check for updates</span> to check all plugins. This page might take some time to load depending on your internet connection and how many plugins need to be checked.
|
||||
</blockquote>
|
||||
|
||||
<table class='tablesorter plugins shift' id='plugin_table'>
|
||||
<thead><tr><th></th><th>Plugin</th><th>Author</th><th>Version</th><th>Status</th><th></th></tr></thead>
|
||||
<tbody id="plugin_list"><tr><td></td><td colspan='4'><br><i class="fa fa-spinner fa-spin icon"></i><em>Please wait, retrieving plugin information ...</em></td><td></td><tr></tbody>
|
||||
<tbody id="plugin_list"><tr><td colspan='6' style='text-align:center;padding-top:12px'><i class="fa fa-spinner fa-spin icon"></i><em>Please wait, retrieving plugin information ...</em></td><tr></tbody>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user