Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bashgeek committed Mar 12, 2019
1 parent 3002643 commit fc681ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inc/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@

// Insert into table
$('#popup-tab-overview-table').find('tbody').append('<tr>'
+ '<td><a href="'+instance.url+'" target="_blank">'+instance.title+'</a></td>'
+ '<td><a href="'+((instance.icinga_type=='icinga2_api')?instance.url_web:instance.url)+'" target="_blank">'+instance.title+'</a></td>'
+ '<td>'+host_column+'</td>'
+ '<td>'+service_column+'</td>'
+ '</tr>');
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",

Expand Down

0 comments on commit fc681ed

Please sign in to comment.