fixed typo

This commit is contained in:
Sophie Schiller 2021-04-10 17:45:20 +02:00
parent a10c38e85d
commit 6cde8347a7
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
## Config file ## Config file
This script requires an toml config file named `config.tom.` for icinga base url and credentials. This script requires an toml config file named `config.toml` for icinga base url and credentials.
``` ```
[icinga2_api] [icinga2_api]
baseurl = "https://127.0.0.1:5665" baseurl = "https://127.0.0.1:5665"

View File

@ -11,7 +11,7 @@
<div class="container"> <div class="container">
<div class="page-header my-5" id="banner"> <div class="page-header my-5" id="banner">
<div class="row"> <div class="row">
<div class="col-lg-8 col-md-7 col-sm-6"> <div class="col-lg-8">
<h1>Status: {mood}</h1> <h1>Status: {mood}</h1>
</div> </div>
</div> </div>