Update CacheDevices.page

This commit is contained in:
bergware
2023-11-02 03:13:35 +01:00
parent 76660f6ca7
commit e6c594e4dd

View File

@@ -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');
},