Skip to content

Commit

Permalink
Fix line length
Browse files Browse the repository at this point in the history
  • Loading branch information
jrauh01 committed Jan 16, 2025
1 parent 23f91e0 commit e666cb7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions application/controllers/MonitoringController.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,11 @@ public function configurationAction()
Html::tag(
'a',
[
'href' => 'https://icinga.com/docs/icinga-vsphere-integration/latest/doc/32-Monitoring_Rules/',
'href' =>
'https://icinga.com/docs/icinga-vsphere-integration/latest/doc/32-Monitoring_Rules/',
'class' => 'icon-book',
'title' => $this->translate('Click to read our documentation: Icinga vSphereDB Check Commands'),
'title' =>
$this->translate('Click to read our documentation: Icinga vSphereDB Check Commands'),
'target' => '_blank'
],
$this->translate('Documentation'),
Expand Down

0 comments on commit e666cb7

Please sign in to comment.