Skip to content

Commit

Permalink
ServiceTemplateUsage: temporarily disable link...
Browse files Browse the repository at this point in the history
...for sets

refs #1122
  • Loading branch information
Thomas-Gelf committed Oct 4, 2017
1 parent 5c53f9a commit 6980544
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library/Director/Web/Table/ServiceTemplateUsageTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ protected function getTypeSummaryDefinitions()
'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'),
];
}
}

0 comments on commit 6980544

Please sign in to comment.