mirror of
https://github.com/unraid/webgui.git
synced 2026-04-24 11:19:25 -05:00
Fixes for ZFS subpools
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user