mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
committed by
Tony Murray
parent
64a8a785ec
commit
6c8e049252
@ -26,7 +26,7 @@ if (is_admin() === false) {
|
||||
<hr>
|
||||
<div class="form-group">
|
||||
<div class="col-sm-12">
|
||||
<textarea class="form-control" rows="6" name="notes" id="device-notes" <?php echo $disabled; ?>><?php echo htmlentities($data['notes']); ?></textarea>
|
||||
<textarea class="form-control" rows="6" name="notes" id="device-notes" <?php echo $disabled; ?>><?php echo htmlentities(urldecode($data['notes'])); ?></textarea>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
@ -66,4 +66,4 @@ $("[name='btn-update-notes']").on('click', function(event) {
|
||||
|
||||
<?php
|
||||
unset($disabled);
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user