mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
parent
9f5e1d4785
commit
c59bd73e06
@ -29,6 +29,9 @@ $innerLayoutScript = $this->layout()->innerLayout . '.phtml';
|
|||||||
<meta http-equiv="cleartype" content="on">
|
<meta http-equiv="cleartype" content="on">
|
||||||
<title><?= $this->title ? $this->escape($this->title) : 'Icinga Web' ?></title>
|
<title><?= $this->title ? $this->escape($this->title) : 'Icinga Web' ?></title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||||
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
|
<meta name="application-name" content="Icinga Web 2">
|
||||||
|
<meta name="apple-mobile-web-app-title" content="Icinga">
|
||||||
<?php if ($isIframe): ?>
|
<?php if ($isIframe): ?>
|
||||||
<base target="_parent"/>
|
<base target="_parent"/>
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user