mirror of
https://github.com/unraid/webgui.git
synced 2026-01-06 01:29:54 -06:00
Update CacheDevices.page
This commit is contained in:
@@ -120,7 +120,7 @@ function addSubpoolPopup(poolname,currentsubpools) {
|
||||
buttons: {
|
||||
"_(Add)_": function() {
|
||||
subpool=$(this).find('select[name="subpool"]').val();
|
||||
$(this).find('input[name="poolName"]').val(poolname + "~" + subpool);
|
||||
$(this).find('input[name="poolName"]').val(poolname + '<?=$tilde?>' + subpool);
|
||||
$(this).find('form').submit();
|
||||
$(this).dialog('close');
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user