Merge branch 'master' of https://github.com/librenms/librenms into issue-2018

This commit is contained in:
laf
2015-10-11 19:32:40 +00:00
38 changed files with 6298 additions and 3324 deletions

View File

@@ -20,9 +20,7 @@ $data = dbFetchRow("SELECT `notes` FROM `devices` WHERE device_id = ?", array(
<hr>
<div class="form-group">
<div class="col-sm-12">
<textarea class="form-control" rows="6" name="notes" id="device-notes">
<?php echo htmlentities($data['notes']); ?>
</textarea>
<textarea class="form-control" rows="6" name="notes" id="device-notes"><?php echo htmlentities($data['notes']); ?></textarea>
</div>
</div>
<div class="row">