Skip to content

Commit

Permalink
jquery update
Browse files Browse the repository at this point in the history
  • Loading branch information
bashgeek committed Sep 7, 2023
1 parent c878da1 commit 2e66dfe
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion background.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<script src="inc/jquery-3.7.0.min.js"></script>
<script src="inc/jquery-3.7.1.min.js"></script>
<script src="inc/icinga.js"></script>
<script src="inc/background.js"></script>
<title>Icinga Multi Status</title>
Expand Down
2 changes: 1 addition & 1 deletion help.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>Icinga Multi Status - Help</title>
<link href="inc/bootstrap.min.css" rel="stylesheet">
<script src="inc/jquery-3.7.0.min.js"></script>
<script src="inc/jquery-3.7.1.min.js"></script>
<script src="inc/bootstrap.bundle.min.js"></script>
</head>
<body>
Expand Down
1 change: 1 addition & 0 deletions inc/icinga.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ function icinga_fetch(icinga_type, url, username, password, type, instance)
});
});


text = 'OK - ' + icinga_data_host.length + ' hosts, ' + icinga_data_service.length + ' services (Icinga ' + icinga_version + ')';

switch (type) {
Expand Down
2 changes: 2 additions & 0 deletions inc/jquery-3.7.1.min.js

Large diffs are not rendered by default.

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.9.3",
"version": "0.9.4",
"description": "Icinga Multi Status helps you monitor your Icinga instances with alert badges and notifications about incidents.",
"author": "Daniel Schmitz, bashgeek.net",

Expand Down
2 changes: 1 addition & 1 deletion options.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>Icinga Multi Status - Options</title>
<link href="inc/bootstrap.min.css" rel="stylesheet">
<script src="inc/jquery-3.7.0.min.js"></script>
<script src="inc/jquery-3.7.1.min.js"></script>
<script src="inc/bootstrap.bundle.min.js"></script>
<style>body { min-width: 1000px; min-height: 1000px; }</style>
</head>
Expand Down
2 changes: 1 addition & 1 deletion popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>Icinga Multi Status - Popup</title>
<link href="inc/bootstrap.min.css" rel="stylesheet">
<script src="inc/jquery-3.7.0.min.js"></script>
<script src="inc/jquery-3.7.1.min.js"></script>
<script src="inc/bootstrap.bundle.min.js"></script>
<style>
body { max-width: 100%; width: 700px; padding: 5px 5px 10px 5px; min-height: 200px; }
Expand Down

0 comments on commit 2e66dfe

Please sign in to comment.