Compare commits

..

No commits in common. "4d2d0132a3c054545d57e729649d79b9727e7c08" and "d5f975ce44eebd207ed26eb7b1586700dbe29be6" have entirely different histories.

4 changed files with 3 additions and 5 deletions

View File

@ -390,7 +390,6 @@ class Indicator extends PanelMenu.Button {
this.boxes['warning'].set_text ( '…' );
this.boxes['critical'].set_text ( '…' );
this.boxes['unknown'].set_text ( '…' );
this.stopChildSpin ( this._reloadButton );
return;
}
@ -500,7 +499,6 @@ class Indicator extends PanelMenu.Button {
this.stopChildSpin ( this._reloadButton );
monitoLog ( 'RefreshUI done' );
return;
}

View File

@ -3,6 +3,6 @@
"description": "Checks for various monitoring servers (Icinga & Icinga2 at the moment)",
"uuid": "monito@drieu.org",
"shell-version": [
"40"
"3.38"
]
}

View File

@ -95,7 +95,7 @@ function buildPrefsWidget() {
let mainWidget = new Gtk.Notebook( { } );
let prefsWidget = new Gtk.Grid({
// margin: 18,
margin: 18,
column_spacing: 12,
row_spacing: 12,
column_homogeneous: false,

View File

@ -97,7 +97,7 @@ class GenericServer {
if ( message.status_code != Soup.Status.OK )
{
log ( '>>> Error: ' + message.reason_phrase );
//log ( '>>> Data: ' + message.data );
log ( '>>> Data: ' + message.data );
// TODO: add pref for that
// Main.notifyError ( 'Monito: ' + this.name,
// 'URL: ' + this.urlcgi + "\n" +