|
99 | 99 | #if ($wholeFarm)
|
100 | 100 | <th class="left">$translations.Translate("Server")</th>
|
101 | 101 | #end
|
| 102 | + <th class="{sorter:false}">$translations.Translate("Admin")</th> |
102 | 103 | <th class="left">$translations.Translate("Project Name")</th>
|
103 | 104 | <th>$translations.Translate("Last Build Status")</th>
|
104 | 105 | <th>$translations.Translate("Last Build Time")</th>
|
105 | 106 | <th>$translations.Translate("Next Build Time")</th>
|
106 | 107 | <th>$translations.Translate("Last Build Label")</th>
|
107 | 108 | <th>$translations.Translate("CCNet Status")</th>
|
108 | 109 | <th>$translations.Translate("Activity")</th>
|
109 |
| - <th class="{sorter:false}">$translations.Translate("Messages")</th> |
110 |
| - <th class="{sorter:false}">$translations.Translate("Admin")</th> |
| 110 | + <th class="{sorter:false}">$translations.Translate("Messages")</th> |
111 | 111 | </tr>
|
112 | 112 | </thead>
|
113 | 113 | <tbody>
|
|
120 | 120 | #if ($wholeFarm)
|
121 | 121 | <td class="Black left">$projectGridRow.ServerName</td>
|
122 | 122 | #end
|
123 |
| - <td class="left"> |
124 |
| - <a href="$projectGridRow.Url" title="$projectGridRow.Description">$projectGridRow.Name</a> |
125 |
| - </td> |
126 |
| - <td class="$projectGridRow.BuildStatusHtmlColor">$translations.Translate($projectGridRow.BuildStatus)</td> |
127 |
| - <td><a href="server/$projectGridRow.ServerName/project/$projectGridRow.Name/ViewLatestBuildReport.aspx">$projectGridRow.LastBuildDate</a></td> |
128 |
| - <td>$translations.Translate($projectGridRow.NextBuildTime)</td> |
129 |
| - <td>$translations.Translate($projectGridRow.LastBuildLabel)</td> |
130 |
| - <td class="status$projectGridRow.Status">$translations.Translate($projectGridRow.Status)</td> |
131 |
| - <td class="activity$projectGridRow.Activity">$translations.Translate($projectGridRow.Activity.ToString())</td> |
132 |
| - <td class="left"> |
133 |
| - <ul> |
134 |
| - #if ($projectGridRow.Breakers.Length > 0) |
135 |
| - <li>$translations.Translate("Breakers : {0}", $projectGridRow.Breakers)</li> |
136 |
| - #end |
137 |
| - #if ($projectGridRow.Fixer.Length > 0) |
138 |
| - <li>$projectGridRow.Fixer</li> |
139 |
| - #end |
140 |
| - #if ($projectGridRow.FailingTasks.Length > 0) |
141 |
| - <li>$translations.Translate("Failing Tasks : {0}", $projectGridRow.FailingTasks)</li> |
142 |
| - #end |
143 |
| - </ul> |
144 |
| - </td> |
145 | 123 | <td>
|
146 | 124 | <form method="post"
|
147 | 125 | style="margin-bottom:0px;">
|
|
171 | 149 | #end
|
172 | 150 | </font>
|
173 | 151 | </form>
|
| 152 | + </td> |
| 153 | + <td class="left"> |
| 154 | + <a href="$projectGridRow.Url" title="$projectGridRow.Description">$projectGridRow.Name</a> |
| 155 | + </td> |
| 156 | + <td class="$projectGridRow.BuildStatusHtmlColor">$translations.Translate($projectGridRow.BuildStatus)</td> |
| 157 | + <td><a href="server/$projectGridRow.ServerName/project/$projectGridRow.Name/ViewLatestBuildReport.aspx">$projectGridRow.LastBuildDate</a></td> |
| 158 | + <td>$translations.Translate($projectGridRow.NextBuildTime)</td> |
| 159 | + <td>$translations.Translate($projectGridRow.LastBuildLabel)</td> |
| 160 | + <td class="status$projectGridRow.Status">$translations.Translate($projectGridRow.Status)</td> |
| 161 | + <td class="activity$projectGridRow.Activity">$translations.Translate($projectGridRow.Activity.ToString())</td> |
| 162 | + <td class="left"> |
| 163 | + <ul> |
| 164 | + #if ($projectGridRow.Breakers.Length > 0) |
| 165 | + <li>$translations.Translate("Breakers : {0}", $projectGridRow.Breakers)</li> |
| 166 | + #end |
| 167 | + #if ($projectGridRow.Fixer.Length > 0) |
| 168 | + <li>$projectGridRow.Fixer</li> |
| 169 | + #end |
| 170 | + #if ($projectGridRow.FailingTasks.Length > 0) |
| 171 | + <li>$translations.Translate("Failing Tasks : {0}", $projectGridRow.FailingTasks)</li> |
| 172 | + #end |
| 173 | + </ul> |
174 | 174 | </td>
|
| 175 | + |
175 | 176 | </tr>
|
176 | 177 | #if ($projectGridRow.BuildStage.Length > 0)
|
177 | 178 | <tr id="link$RowId" class="buildStatus">
|
|
0 commit comments