ServiceTemplateUsage: temporarily disable link...
...for sets refs #1122
This commit is contained in:
parent
5c53f9a3ba
commit
6980544208
|
@ -20,7 +20,8 @@ class ServiceTemplateUsageTable extends TemplateUsageTable
|
|||
'templates' => $this->getSummaryLine('template'),
|
||||
'objects' => $this->getSummaryLine('object'),
|
||||
'applyrules' => $this->getSummaryLine('apply', 'o.service_set_id IS NULL'),
|
||||
'setmembers' => $this->getSummaryLine('apply', 'o.service_set_id IS NOT NULL'),
|
||||
// TODO: re-enable
|
||||
// 'setmembers' => $this->getSummaryLine('apply', 'o.service_set_id IS NOT NULL'),
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue