mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
parent
895976550c
commit
2f610b70ac
@ -93,7 +93,7 @@ class DbBackendForm extends BaseBackendForm
|
||||
)
|
||||
);
|
||||
|
||||
$this->setSubmitLabel('{{SAVE_ICON}} Save backend');
|
||||
$this->setSubmitLabel('{{SAVE_ICON}} Save Backend');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -65,7 +65,7 @@ class Zend_View_Helper_MonitoringCommands extends Zend_View_Helper_Abstract
|
||||
$definition->shortDescription,
|
||||
$definition->longDescription,
|
||||
$definition->iconCls,
|
||||
$definition->btnCls
|
||||
($definition->btnCls) ? $definition->btnCls : 'btn-default'
|
||||
);
|
||||
|
||||
if ($type === Meta::TYPE_FULL) {
|
||||
|
@ -43,11 +43,11 @@ $downtimes = $downtimes->fetchAll();
|
||||
'downtime_internal_downtime_id' => 'Downtime ID',
|
||||
'downtime_duration' => 'Duration',
|
||||
)
|
||||
)
|
||||
);
|
||||
?>
|
||||
<noscript>
|
||||
<button class="btn btn-small btn-default" >
|
||||
<i>REFRESH ICON</i>
|
||||
<i>{{REFRESH_ICON}}</i>
|
||||
</button>
|
||||
</noscript>
|
||||
</form>
|
||||
@ -91,13 +91,12 @@ $downtimes = $downtimes->fetchAll();
|
||||
</td>
|
||||
<td>
|
||||
<div>
|
||||
|
||||
<?php if ($downtime->object_type == 'service'): ?>
|
||||
<img title="Service" src="<?='../../img/classic/service.png'?>"/>
|
||||
{{SERVICE_ICON}}
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if ($downtime->object_type == 'host'): ?>
|
||||
<img title="Host" src="<?='../../img/classic/server.png'?>"/>
|
||||
{{HOST_ICON}}
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</td>
|
||||
|
@ -24,7 +24,7 @@ $formatter = $this->getHelper('MonitoringProperties');
|
||||
?>
|
||||
<noscript>
|
||||
<button class="btn btn-small btn-default">
|
||||
<i>REFRESH ICON</i>
|
||||
{{REFRESH_ICON}}
|
||||
</button>
|
||||
</noscript>
|
||||
</form>
|
||||
@ -42,7 +42,7 @@ echo $this->paginationControl($notifications, null, null, array('preserve' => $t
|
||||
<th>Type</th>
|
||||
<th>Time</th>
|
||||
<th>Contact</th>
|
||||
<th>Notification command</th>
|
||||
<th>Notification Command</th>
|
||||
<th>Information</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
$row[] = '<button type="button" data-target="command" class="btn btn-warning"'
|
||||
. ' data-command-id="29" data-command-info="'. $downtime->downtime_internal_downtime_id. '"'
|
||||
. '><i class="icon-delete"></i> Delete'
|
||||
. '>{{REMOVE_ICON}} Remove'
|
||||
. '</button>';
|
||||
|
||||
$list[] = '<td>'. implode('</td><td>', $row). '</td>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user