change remote to network
This commit is contained in:
parent
dedc86e30a
commit
f83fe10135
|
@ -14,7 +14,7 @@ Enable Event Notifications:
|
|||
<?=mk_option($ipmievd, "enable", "Yes");?>
|
||||
</select>
|
||||
|
||||
Enable Remote Connection:
|
||||
Enable Network Connection:
|
||||
: <select id="REMOTE" class="ipmievd-run" name="REMOTE" title="" size="1" onChange="checkREMOTE(this.form);">
|
||||
<?=mk_option($ipmi_remote, "disable", "No");?>
|
||||
<?=mk_option($ipmi_remote, "enable", "Yes");?>
|
||||
|
@ -110,4 +110,4 @@ function verifyDATA(form) {
|
|||
form.PASSWORD.value = btoa(form.PASSWORD.value);
|
||||
}
|
||||
|
||||
</script>
|
||||
</script>
|
Loading…
Reference in New Issue
Block a user