File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 33
33
padding-bottom : 100% ;
34
34
vertical-align : top;
35
35
overflow : hidden;
36
+ cursor : move;
36
37
}
37
38
38
39
.svg-content {
41
42
top : 0 ;
42
43
left : 0 ;
43
44
}
45
+
46
+ .table-row : hover {
47
+ cursor : pointer;
48
+ }
Original file line number Diff line number Diff line change 31
31
</thead >
32
32
<tbody >
33
33
{{ #each nodes as |node |}}
34
- <tr {{ action ' toggleDetailsForNode' node }} >
34
+ <tr class = " table-row " {{ action ' toggleDetailsForNode' node }} >
35
35
<td >{{ node.label.name }} </td >
36
36
<td >{{ node.label.broccoliPluginName }} </td >
37
37
<td >{{ ns-to-ms node._stats.time.plugin }} </td >
45
45
Node Stats
46
46
</p >
47
47
</header >
48
+
48
49
<div class =" card-content" >
49
50
{{ #each-in (stats-iterator node ) as |stat value |}}
50
51
<div >
57
58
</div >
58
59
{{ /each-in }}
59
60
</div >
61
+
62
+ <div class =" card-footer" >
63
+ <a class =" card-footer-item" {{ action ' focus-node' node }} >Show Graph</a >
64
+ </div >
60
65
</div >
61
- <button class =" button" {{ action ' focus-node' node }} >Show Graph</button >
62
66
</td >
63
67
</tr >
64
68
{{ /if }}
You can’t perform that action at this time.
0 commit comments