diff --git a/plugins/dynamix.plugin.manager/Plugins.page b/plugins/dynamix.plugin.manager/Plugins.page index f633f60b6..6d8ab81f6 100644 --- a/plugins/dynamix.plugin.manager/Plugins.page +++ b/plugins/dynamix.plugin.manager/Plugins.page @@ -27,7 +27,7 @@ $check = $notify['version'] ? 0 : 1; diff --git a/plugins/dynamix.vm.manager/VMMachines.page b/plugins/dynamix.vm.manager/VMMachines.page index 8593654c7..c9c0afbdb 100644 --- a/plugins/dynamix.vm.manager/VMMachines.page +++ b/plugins/dynamix.vm.manager/VMMachines.page @@ -29,12 +29,12 @@ function showCPUs($uuid) { foreach ($cpus as $pair) { unset($cpu1,$cpu2); list($cpu1, $cpu2) = preg_split('/[,-]/',$pair); - $check = in_array($cpu1, $vcpu) ? 'fa-check-square-o':'fa-square-o'; + $check = in_array($cpu1, $vcpu) ? 'fa-circle orange-text':'fa-circle-o'; if (!$cpu2) { echo ""; } else { echo ""; - $check = in_array($cpu2, $vcpu) ? 'fa-check-square-o':'fa-square-o'; + $check = in_array($cpu2, $vcpu) ? 'fa-circle orange-text':'fa-circle-o'; echo ""; } } diff --git a/plugins/dynamix/CPUset.page b/plugins/dynamix/CPUset.page index 14981759e..9176aa749 100644 --- a/plugins/dynamix/CPUset.page +++ b/plugins/dynamix/CPUset.page @@ -183,7 +183,7 @@ $(function(){
- +
' style='width:auto'>
Container
diff --git a/plugins/dynamix/DiskList.page b/plugins/dynamix/DiskList.page index a0664fbcc..1b48c464f 100644 --- a/plugins/dynamix/DiskList.page +++ b/plugins/dynamix/DiskList.page @@ -20,6 +20,7 @@ function displayDisks(all) { if (all == 'yes') { $.cookie('ssz','ssz',{path:'/'}); $('#disk_list').html("
"); + $('div.spinner').html(unraid_logo); } $.get('/webGui/include/DiskList.php',{compute:all,path:'',scale:'',number:'',fill:$.cookie('ssz')},function(data){ $.removeCookie('ssz',{path:'/'}) diff --git a/plugins/dynamix/ShareList.page b/plugins/dynamix/ShareList.page index cd34e97ac..28a7cfc3a 100644 --- a/plugins/dynamix/ShareList.page +++ b/plugins/dynamix/ShareList.page @@ -20,6 +20,7 @@ function displayShares(all) { if (all == 'yes') { $.cookie('ssz','ssz',{path:'/'}); $('#share_list').html("
"); + $('div.spinner').html(unraid_logo); } $.get('/webGui/include/ShareList.php',{compute:all,path:'',scale:'',number:'',fill:$.cookie('ssz')},function(data){ $.removeCookie('ssz',{path:'/'}) diff --git a/plugins/dynamix/styles/default-azure.css b/plugins/dynamix/styles/default-azure.css index b7bb3df13..b6ad5960a 100644 --- a/plugins/dynamix/styles/default-azure.css +++ b/plugins/dynamix/styles/default-azure.css @@ -264,10 +264,7 @@ blockquote{width:90%;margin:10px auto;text-align:left;padding:4px 20px;border:1p blockquote.ontop{margin-top:0;margin-bottom:46px} label.checkbox{display:block;position:relative;padding-left:28px;margin:3px 0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none} label.checkbox input{position:absolute;opacity:0;cursor:pointer} -span.checkmark{position:absolute;top:0;left:6px;height:14px;width:14px;background-color:#D4D2D4} +span.checkmark{position:absolute;top:0;left:6px;height:14px;width:14px;background-color:#D4D2D4;border-radius:100%} label.checkbox:hover input ~ .checkmark{background-color:#A4A2A4} label.checkbox input:checked ~ .checkmark {background-color:#ff8c2f} label.checkbox input:disabled ~ .checkmark {opacity:0.5} -span.checkmark:after{content:'';position:absolute;display:none} -label.checkbox input:checked ~ .checkmark:after{display:block} -label.checkbox .checkmark:after{left:4px;top:0;width:3px;height:8px;border:solid white;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)} \ No newline at end of file diff --git a/plugins/dynamix/styles/default-black.css b/plugins/dynamix/styles/default-black.css index 03742fdf6..3272f196c 100644 --- a/plugins/dynamix/styles/default-black.css +++ b/plugins/dynamix/styles/default-black.css @@ -253,10 +253,7 @@ blockquote{width:90%;margin:10px auto;text-align:left;padding:4px 20px;border-to blockquote.ontop{margin-top:-20px;margin-bottom:46px} label.checkbox{display:block;position:relative;padding-left:28px;margin:3px 0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none} label.checkbox input{position:absolute;opacity:0;cursor:pointer} -span.checkmark{position:absolute;top:0;left:6px;height:14px;width:14px;background-color:#2b2b2b} +span.checkmark{position:absolute;top:0;left:6px;height:14px;width:14px;background-color:#2b2b2b;border-radius:100%} label.checkbox:hover input ~ .checkmark{background-color:#5b5b5b} label.checkbox input:checked ~ .checkmark {background-color:#ff8c2f} label.checkbox input:disabled ~ .checkmark {opacity:0.5} -span.checkmark:after{content:'';position:absolute;display:none} -label.checkbox input:checked ~ .checkmark:after{display:block} -label.checkbox .checkmark:after{left:4px;top:0;width:3px;height:8px;border:solid white;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)} \ No newline at end of file diff --git a/plugins/dynamix/styles/default-gray.css b/plugins/dynamix/styles/default-gray.css index f4ee90f03..21a93d673 100644 --- a/plugins/dynamix/styles/default-gray.css +++ b/plugins/dynamix/styles/default-gray.css @@ -265,10 +265,7 @@ blockquote{width:90%;margin:10px auto;text-align:left;padding:4px 20px;border:1p blockquote.ontop{margin-top:0;margin-bottom:46px} label.checkbox{display:block;position:relative;padding-left:28px;margin:3px 0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none} label.checkbox input{position:absolute;opacity:0;cursor:pointer} -span.checkmark{position:absolute;top:0;left:6px;height:14px;width:14px;background-color:#2B2D2B} +span.checkmark{position:absolute;top:0;left:6px;height:14px;width:14px;background-color:#2B2D2B;border-radius:100%} label.checkbox:hover input ~ .checkmark{background-color:#5B5D5B} label.checkbox input:checked ~ .checkmark {background-color:#ff8c2f} label.checkbox input:disabled ~ .checkmark {opacity:0.5} -span.checkmark:after{content:'';position:absolute;display:none} -label.checkbox input:checked ~ .checkmark:after{display:block} -label.checkbox .checkmark:after{left:4px;top:0;width:3px;height:8px;border:solid white;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)} \ No newline at end of file diff --git a/plugins/dynamix/styles/default-white.css b/plugins/dynamix/styles/default-white.css index cd6f02c37..6fdab7a70 100644 --- a/plugins/dynamix/styles/default-white.css +++ b/plugins/dynamix/styles/default-white.css @@ -253,10 +253,7 @@ blockquote{width:90%;margin:10px auto;text-align:left;padding:4px 20px;border-to blockquote.ontop{margin-top:-20px;margin-bottom:46px} label.checkbox{display:block;position:relative;padding-left:28px;margin:3px 0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none} label.checkbox input{position:absolute;opacity:0;cursor:pointer} -span.checkmark{position:absolute;top:0;left:6px;height:14px;width:14px;background-color:#e3e3e3} +span.checkmark{position:absolute;top:0;left:6px;height:14px;width:14px;background-color:#e3e3e3;border-radius:100%} label.checkbox:hover input ~ .checkmark{background-color:#b3b3b3} label.checkbox input:checked ~ .checkmark {background-color:#ff8c2f} label.checkbox input:disabled ~ .checkmark {opacity:0.5} -span.checkmark:after{content:'';position:absolute;display:none} -label.checkbox input:checked ~ .checkmark:after{display:block} -label.checkbox .checkmark:after{left:4px;top:0;width:3px;height:8px;border:solid white;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)} \ No newline at end of file