mirror of
https://github.com/unraid/webgui.git
synced 2026-04-28 22:09:24 -05:00
Multi cache pool support
This commit is contained in:
@@ -24,7 +24,7 @@ $bgcolor = strstr('white,azure',$display['theme']) ? '#f2f2f2' : '#1c1c1c';
|
||||
<link type="text/css" rel="stylesheet" href="<?autov("/webGui/styles/jquery.ui.css")?>">
|
||||
<link type="text/css" rel="stylesheet" href="<?autov("/plugins/dynamix.docker.manager/styles/style-{$display['theme']}.css")?>">
|
||||
<style>
|
||||
table.divider{margin-top:30px}
|
||||
table.divider{margin-top:20px}
|
||||
</style>
|
||||
<script>
|
||||
function validate(poolname) {
|
||||
|
||||
Reference in New Issue
Block a user