Fixes for ZFS subpools

This commit is contained in:
bergware
2023-11-02 13:51:41 +01:00
parent 76757b5cf0
commit 58ad4a8c87
8 changed files with 24 additions and 24 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ Tag="database"
*/
?>
<script>
String.prototype.no_tilde = function(){return this.replace('<?=$tilde_?>','<?=$proxy_?>');}
String.prototype.master = function(){return this.split('<?=$tilde_?>')[0];}
String.prototype.no_tilde = function(){return this.replace('<?=$_tilde_?>','<?=$_proxy_?>');}
String.prototype.master = function(){return this.split('<?=$_tilde_?>')[0];}
function toggle_state(device,name,action) {
var button = null;