mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +02:00
ActionController: rename Import "run" to "history"
This commit is contained in:
parent
bda3ab311d
commit
5cbe07e95b
@ -58,7 +58,7 @@ abstract class ActionController extends Controller
|
||||
'label' => $this->translate('Import source'),
|
||||
'url' => 'director/list/importsource')
|
||||
)->add('importrun', array(
|
||||
'label' => $this->translate('Import run'),
|
||||
'label' => $this->translate('Import history'),
|
||||
'url' => 'director/list/importrun')
|
||||
)->add('syncrule', array(
|
||||
'label' => $this->translate('Sync rule'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user