mirror of
https://github.com/unraid/webgui.git
synced 2026-05-03 08:19:27 -05:00
Update ArrayDevices.page
This commit is contained in:
@@ -16,7 +16,7 @@ Tag="database"
|
||||
?>
|
||||
<script>
|
||||
String.prototype.no_tilde = function(){return this.replace('<?=$tilde?>','<?=$proxy?>');}
|
||||
String.prototype.master = function(){return this.split('~')[0];}
|
||||
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