|
47 | 47 | <div class="row"> |
48 | 48 | <div class="col-md-6" style="height: 300px; overflow: auto;"> |
49 | 49 | <h3>Insufficient Coverage</h3> |
50 | | - <table class="table"> |
51 | | - <thead> |
52 | | - <tr> |
53 | | - <th><div align="left">Class</div></th> |
54 | | - <th><div align="right">Coverage</div></th> |
55 | | - </tr> |
56 | | - </thead> |
57 | | - <tbody> |
| 50 | + <div class="scrollbox"> |
| 51 | + <table class="table"> |
| 52 | + <thead> |
| 53 | + <tr> |
| 54 | + <th><div align="left">Class</div></th> |
| 55 | + <th><div align="right">Coverage</div></th> |
| 56 | + </tr> |
| 57 | + </thead> |
| 58 | + <tbody> |
58 | 59 | {insufficient_coverage_classes} |
59 | | - </tbody> |
60 | | - </table> |
| 60 | + </tbody> |
| 61 | + </table> |
| 62 | + </div> |
61 | 63 | </div> |
62 | 64 | <div class="col-md-6" style="height: 300px; overflow: auto;"> |
63 | 65 | <h3>Project Risks</h3> |
64 | | - <table class="table"> |
65 | | - <thead> |
66 | | - <tr> |
67 | | - <th><div align="left">Class</div></th> |
68 | | - <th><div align="right"><abbr title="Change Risk Anti-Patterns (CRAP) Index">CRAP</abbr></div></th> |
69 | | - </tr> |
70 | | - </thead> |
71 | | - <tbody> |
| 66 | + <div class="scrollbox"> |
| 67 | + <table class="table"> |
| 68 | + <thead> |
| 69 | + <tr> |
| 70 | + <th><div align="left">Class</div></th> |
| 71 | + <th><div align="right"><abbr title="Change Risk Anti-Patterns (CRAP) Index">CRAP</abbr></div></th> |
| 72 | + </tr> |
| 73 | + </thead> |
| 74 | + <tbody> |
72 | 75 | {project_risks_classes} |
73 | | - </tbody> |
74 | | - </table> |
| 76 | + </tbody> |
| 77 | + </table> |
| 78 | + </div> |
75 | 79 | </div> |
76 | 80 | </div> |
77 | 81 | <div class="row"> |
|
96 | 100 | <div class="row"> |
97 | 101 | <div class="col-md-6" style="height: 300px; overflow: auto;"> |
98 | 102 | <h3>Insufficient Coverage</h3> |
99 | | - <table class="table"> |
100 | | - <thead> |
101 | | - <tr> |
102 | | - <th><div align="left">Method</div></th> |
103 | | - <th><div align="right">Coverage</div></th> |
104 | | - </tr> |
105 | | - </thead> |
106 | | - <tbody> |
| 103 | + <div class="scrollbox"> |
| 104 | + <table class="table"> |
| 105 | + <thead> |
| 106 | + <tr> |
| 107 | + <th><div align="left">Method</div></th> |
| 108 | + <th><div align="right">Coverage</div></th> |
| 109 | + </tr> |
| 110 | + </thead> |
| 111 | + <tbody> |
107 | 112 | {insufficient_coverage_methods} |
108 | | - </tbody> |
109 | | - </table> |
| 113 | + </tbody> |
| 114 | + </table> |
| 115 | + </div> |
110 | 116 | </div> |
111 | 117 | <div class="col-md-6" style="height: 300px; overflow: auto;"> |
112 | 118 | <h3>Project Risks</h3> |
113 | | - <table class="table"> |
114 | | - <thead> |
115 | | - <tr> |
116 | | - <th><div align="left">Method</div></th> |
117 | | - <th><div align="right"><abbr title="Change Risk Anti-Patterns (CRAP) Index">CRAP</abbr></div></th> |
118 | | - </tr> |
119 | | - </thead> |
120 | | - <tbody> |
| 119 | + <div class="scrollbox"> |
| 120 | + <table class="table"> |
| 121 | + <thead> |
| 122 | + <tr> |
| 123 | + <th><div align="left">Method</div></th> |
| 124 | + <th><div align="right"><abbr title="Change Risk Anti-Patterns (CRAP) Index">CRAP</abbr></div></th> |
| 125 | + </tr> |
| 126 | + </thead> |
| 127 | + <tbody> |
121 | 128 | {project_risks_methods} |
122 | | - </tbody> |
123 | | - </table> |
| 129 | + </tbody> |
| 130 | + </table> |
| 131 | + </div> |
124 | 132 | </div> |
125 | 133 | </div> |
126 | 134 | <footer> |
|
0 commit comments