mirror of
https://github.com/unraid/webgui.git
synced 2026-05-06 12:21:34 -05:00
Changed ID to CLASS for elements occurring more than once
This commit is contained in:
@@ -6,9 +6,9 @@ Markdown="false"
|
||||
Nchan="docker_load:stop"
|
||||
---
|
||||
<?PHP
|
||||
/* Copyright 2005-2022, Lime Technology
|
||||
* Copyright 2014-2022, Guilherme Jardim, Eric Schultz, Jon Panozzo.
|
||||
* Copyright 2012-2022, Bergware International.
|
||||
/* Copyright 2005-2023, Lime Technology
|
||||
* Copyright 2014-2023, Guilherme Jardim, Eric Schultz, Jon Panozzo.
|
||||
* Copyright 2012-2023, Bergware International.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License version 2,
|
||||
@@ -59,7 +59,7 @@ table tbody td{line-height:normal}
|
||||
<script>
|
||||
var docker = [];
|
||||
<?if (!$tabbed):?>
|
||||
$('#title').append("<span id='busy' class='red-text strong' style='display:none;margin-left:40px'><?=$busy?></span>");
|
||||
$('.title').append("<span id='busy' class='red-text strong' style='display:none;margin-left:40px'><?=$busy?></span>");
|
||||
<?else:?>
|
||||
$('.tabs').append("<span id='busy' class='red-text strong' style='display:none;position:relative;top:<?=$top?>px;left:40px;font-size:1.4rem;letter-spacing:2px'><?=$busy?></span>");
|
||||
<?endif;?>
|
||||
|
||||
@@ -3,8 +3,8 @@ Tag="navicon"
|
||||
Markdown="false"
|
||||
---
|
||||
<?PHP
|
||||
/* Copyright 2005-2022, Lime Technology
|
||||
* Copyright 2012-2022, Bergware International.
|
||||
/* Copyright 2005-2023, Lime Technology
|
||||
* Copyright 2012-2023, Bergware International.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License version 2,
|
||||
@@ -32,7 +32,7 @@ $dir = htmlspecialchars(str_replace('\\','\\\\',truepath($dir)));
|
||||
?>
|
||||
<style>
|
||||
.loc{text-align:left!important;padding-left:0!important}
|
||||
#title span.left{text-transform:none}
|
||||
.title span.left{text-transform:none}
|
||||
</style>
|
||||
<script>
|
||||
$(function(){
|
||||
|
||||
Reference in New Issue
Block a user