Paired-with: Nick Lewis
Signed-off-by: Matt Robinson <[email protected]>
---
Local-branch: ticket/next/5543
app/views/puppet/util/metrics/_metric.haml | 13 -------------
1 files changed, 0 insertions(+), 13 deletions(-)
delete mode 100644 app/views/puppet/util/metrics/_metric.haml
diff --git a/app/views/puppet/util/metrics/_metric.haml
b/app/views/puppet/util/metrics/_metric.haml
deleted file mode 100644
index f45a940..0000000
--- a/app/views/puppet/util/metrics/_metric.haml
+++ /dev/null
@@ -1,13 +0,0 @@
-- total = metric.values.detect{|klass, _, _| klass == :total}
-- values = metric.values.reject{|klass, _, _| klass == :total}.sort_by{|_,
name, _| name}
-- values << total if total
-%tbody
- - values.each do |klass, name, value|
- %tr
- %td.key{:class => klass.to_s}= name
- %td.value{:class => klass.to_s}
- - if metric.name == "time"
- = "%0.2f" % value.to_f
- seconds
- - else
- = value
--
1.7.3.1
--
You received this message because you are subscribed to the Google Groups
"Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-dev?hl=en.