mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
Added message abiout html being supported
This commit is contained in:
@@ -16,6 +16,11 @@ if( defined('show_settings') || empty($widget_settings) ) {
|
||||
|
||||
$common_output[] = '
|
||||
<form class="form-horizontal" onsubmit="widget_settings(this); return false;">
|
||||
<div class="form-group">
|
||||
<div class="col-sm-12">
|
||||
html is supported here. If you want just text then wrap in <pre></pre>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="'.$unique_id.'_notes" class="col-sm-1" control-label"></label>
|
||||
<div class="col-sm-11">
|
||||
|
||||
Reference in New Issue
Block a user