summaryrefslogtreecommitdiff
path: root/lib/postrunner/DataSources.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/postrunner/DataSources.rb')
-rw-r--r--lib/postrunner/DataSources.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/postrunner/DataSources.rb b/lib/postrunner/DataSources.rb
index c90a405..1aca80c 100644
--- a/lib/postrunner/DataSources.rb
+++ b/lib/postrunner/DataSources.rb
@@ -39,7 +39,8 @@ module PostRunner
end
def to_html(doc)
- ViewFrame.new("Data Sources", 1210, data_sources).to_html(doc)
+ ViewFrame.new('data_sources', "Data Sources", 1210, data_sources,
+ true).to_html(doc)
end
private