mirror of
https://github.com/unraid/webgui.git
synced 2026-04-23 02:31:45 -05:00
Regression CSS fixes for OS upgrade page
This commit is contained in:
@@ -30,7 +30,7 @@ if (file_exists('/boot/previous/changes.txt')) {
|
||||
}
|
||||
}
|
||||
?>
|
||||
<style>input[type=button]{margin:0}</style>
|
||||
<style>input[type=button].not('#checkos'){margin:0}</style>
|
||||
<script>
|
||||
|
||||
function change_branch(source,branch) {
|
||||
@@ -104,7 +104,7 @@ function loadlist(id) {
|
||||
$(function() {
|
||||
loadlist();
|
||||
<?if ($check):?>
|
||||
$('.tabs').append("<span class='status hshift'><input type='button' id='checkos' value='Check for Updates' onclick='openBox(\"/plugins/dynamix.plugin.manager/scripts/plugin&arg1=checkos\",\"System Update Check\",490,430,true,\"loadlist\",\":return\")' disabled></span>");
|
||||
$('.tabs').append("<span class='status vhshift'><input type='button' id='checkos' value='Check for Updates' onclick='openBox(\"/plugins/dynamix.plugin.manager/scripts/plugin&arg1=checkos\",\"System Update Check\",490,430,true,\"loadlist\",\":return\")' disabled></span>");
|
||||
<?endif;?>
|
||||
});
|
||||
</script>
|
||||
|
||||
@@ -379,7 +379,7 @@ case 'parity':
|
||||
echo my_clock(floor($t/60));
|
||||
echo "</em>";
|
||||
} else {
|
||||
echo "<i class='fa fa-warning'></i> Please start a Parity-sync immediately";
|
||||
echo "<i class='fa fa-warning'></i> Please start a Parity-Sync immediately";
|
||||
}
|
||||
break;
|
||||
case 'shares':
|
||||
|
||||
Reference in New Issue
Block a user