fixed typo
This commit is contained in:
parent
a10c38e85d
commit
6cde8347a7
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue