mirror of
https://github.com/unraid/webgui.git
synced 2026-01-06 01:29:54 -06:00
Utilize a general class
This commit is contained in:
@@ -7,7 +7,7 @@ Nchan="docker_load"
|
||||
Tabs="false"
|
||||
---
|
||||
<?PHP
|
||||
/* Copyright 2005-2023, Lime Technology
|
||||
/* Copyright 2005-2025, Lime Technology
|
||||
* Copyright 2012-2023, Bergware International.
|
||||
* Copyright 2014-2021, Guilherme Jardim, Eric Schultz, Jon Panozzo.
|
||||
*
|
||||
@@ -29,7 +29,7 @@ $cpus = cpu_list();
|
||||
?>
|
||||
<link type="text/css" rel="stylesheet" href="<?autov('/webGui/styles/jquery.switchbutton.css')?>">
|
||||
|
||||
<div class="docker-view-mode"><span><input type="checkbox" class="advancedview"></span></div>
|
||||
<div class="ToggleViewMode"><span><input type="checkbox" class="advancedview"></span></div>
|
||||
<div class="TableContainer">
|
||||
<table id="docker_containers" class="tablesorter shift">
|
||||
<thead>
|
||||
|
||||
Reference in New Issue
Block a user