From fc681ed6647dfcec541aee86f5a928f46107ebb8 Mon Sep 17 00:00:00 2001 From: Daniel Schmitz Date: Tue, 12 Mar 2019 09:56:24 +0800 Subject: [PATCH] Typo --- inc/popup.js | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/popup.js b/inc/popup.js index 810e137..e251332 100644 --- a/inc/popup.js +++ b/inc/popup.js @@ -316,7 +316,7 @@ // Insert into table $('#popup-tab-overview-table').find('tbody').append('' - + ''+instance.title+'' + + ''+instance.title+'' + ''+host_column+'' + ''+service_column+'' + ''); diff --git a/manifest.json b/manifest.json index 2c3c2b9..436502c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "Icinga Multi Status", "short_name": "Icinga Multi Status", - "version": "0.6.1", + "version": "0.6.2", "description": "Icinga Multi Status helps you monitoring all your Icinga instances with comfortable alert badges and notifications.", "author": "Daniel Schmitz, bashgeek.net",