File: missing-resource.phtml

package info (click to toggle)
icingaweb2-module-x509 1%3A1.3.2-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,148 kB
  • sloc: php: 5,099; sql: 448; sh: 54; xml: 16; makefile: 15
file content (12 lines) | stat: -rw-r--r-- 559 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
<div class="controls">
    <?= $this->tabs ?>
</div>
<div class="content">
    <h2><?= $this->translate('Database not configured') ?></h2>
    <p data-base-target="_next"><?= sprintf(
        $this->translate('You seem to not have configured a database resource yet. Please create one %1$shere%3$s and then set it in this %2$smodule\'s configuration%3$s.'),
        '<a class="action-link" href="' . $this->href('config/resource') . '">',
        '<a class="action-link" href="' . $this->href('x509/config/backend') . '">',
        '</a>'
    ) ?></p>
</div>