mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
monitoring: Translate headings in the config overview
This commit is contained in:
parent
71e25f268a
commit
6973492b0d
@ -3,7 +3,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="content" data-base-target="_next">
|
<div class="content" data-base-target="_next">
|
||||||
<h1>Monitoring Backends</h1>
|
<h1><?= $this->translate('Monitoring Backends') ?></h1>
|
||||||
<p>
|
<p>
|
||||||
<a href="<?= $this->href('/monitoring/config/createbackend'); ?>">
|
<a href="<?= $this->href('/monitoring/config/createbackend'); ?>">
|
||||||
<?= $this->icon('create.png'); ?> <?= $this->translate('Create New Monitoring Backend'); ?>
|
<?= $this->icon('create.png'); ?> <?= $this->translate('Create New Monitoring Backend'); ?>
|
||||||
@ -35,7 +35,7 @@
|
|||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h1>Monitoring Instances</h1>
|
<h1><?= $this->translate('Monitoring Instances') ?></h1>
|
||||||
<p>
|
<p>
|
||||||
<a href="<?= $this->href('/monitoring/config/createinstance'); ?>">
|
<a href="<?= $this->href('/monitoring/config/createinstance'); ?>">
|
||||||
<?= $this->icon('create.png'); ?> <?= $this->translate('Create New Instance'); ?>
|
<?= $this->icon('create.png'); ?> <?= $this->translate('Create New Instance'); ?>
|
||||||
@ -67,4 +67,4 @@
|
|||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user