mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 16:54:06 +02:00
SyncpropertyTable: do not show rule name
We are shown related to a rule right now
This commit is contained in:
parent
5260d4285e
commit
9db67721e1
@ -31,7 +31,7 @@ class SyncpropertyTable extends QuickTable
|
||||
{
|
||||
$view = $this->view();
|
||||
return array(
|
||||
'rule_name' => $view->translate('Rule name'),
|
||||
//'rule_name' => $view->translate('Rule name'),
|
||||
'source_name' => $view->translate('Source name'),
|
||||
'source_expression' => $view->translate('Source field'),
|
||||
'destination_field' => $view->translate('Destination')
|
||||
|
Loading…
x
Reference in New Issue
Block a user