Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion admin/boxadd.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@
unset($_SESSION['sshport']);
}
?>">
<label><?php echo T_('Interface'); ?></label>
<input type="text" class="span3" name="iface" placeholder="eth0">
<label><?php echo T_('OS Type'); ?></label>
<input type="text" class="input-xlarge disabled" disabled="" placeholder="Linux">
<label><?php echo T_('Admin Notes'); ?></label>
Expand Down Expand Up @@ -118,4 +120,4 @@


include("./bootstrap/footer.php");
?>
?>