Skip to content

Commit

Permalink
Changelog: index view (missing filter for service template group added)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibering committed Jun 30, 2023
1 parent 0b8d532 commit 882bb53
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
29 changes: 15 additions & 14 deletions src/Template/Changelogs/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,20 +123,21 @@ class="input-group-text filter-text"><?php echo __('To'); ?></span>

<?php
$models = [
'Command' => __('Commands'),
'Contact' => __('Contacts'),
'Contactgroup' => __('Contact groups'),
'Host' => __('Hosts'),
'Hostgroup' => __('Host groups'),
'Hosttemplate' => __('Host templates'),
'Service' => __('Services'),
'Servicegroup' => __('Service groups'),
'Servicetemplate' => __('Service templates'),
'Timeperiod' => __('Time periods'),
'Location' => __('Locations'),
'Tenant' => __('Tenants'),
'Container' => __('Nodes'),
'Export' => __('Refresh configuration')
'Command' => __('Commands'),
'Contact' => __('Contacts'),
'Contactgroup' => __('Contact groups'),
'Host' => __('Hosts'),
'Hostgroup' => __('Host groups'),
'Hosttemplate' => __('Host templates'),
'Service' => __('Services'),
'Servicegroup' => __('Service groups'),
'Servicetemplate' => __('Service templates'),
'Servicetemplategroup' => __('Service template groups'),
'Timeperiod' => __('Time periods'),
'Location' => __('Locations'),
'Tenant' => __('Tenants'),
'Container' => __('Nodes'),
'Export' => __('Refresh configuration')
];
?>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ angular.module('openITCOCKPIT')
Service: 1,
Servicegroup: 1,
Servicetemplate: 1,
Servicetemplategroup: 1,
Timeperiod: 1,
Location: 1,
Tenant: 1,
Expand Down Expand Up @@ -157,4 +158,3 @@ angular.module('openITCOCKPIT')
});

});

0 comments on commit 882bb53

Please sign in to comment.