mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
chrony: fixes entity rendering (small fix) (#4904)
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
PLUGIN_NAME= chrony
|
||||
PLUGIN_VERSION= 1.5
|
||||
PLUGIN_REVISION= 2
|
||||
PLUGIN_REVISION= 3
|
||||
PLUGIN_COMMENT= Chrony time synchronisation
|
||||
PLUGIN_DEPENDS= chrony
|
||||
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
||||
|
||||
@@ -62,7 +62,7 @@
|
||||
// Put API call into a function, needed for auto-refresh
|
||||
function update_chronysources() {
|
||||
ajaxCall(url="/api/chrony/service/chronysources", sendData={}, callback=function(data,status) {
|
||||
$("#listchronysources").text(data['response']);
|
||||
$("#listchronysources").text($('<div>').html(data['response']).text());
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user