- Timestamp:
- 12/11/12 15:07:54 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Services.Hive.Web/Hive-3.3/Status.aspx
r7047 r9022 29 29 Slaves (CPU Utilization): 30 30 <asp:Label ID="slavesLabel" runat="server" /> 31 <br /> 32 <br /> 33 Number of calculating tasks by user:<asp:Table ID="calculatingTasksByUserTable" runat="server" GridLines="Both"> 34 <asp:TableRow runat="server"> 35 <asp:TableCell runat="server" Font-Bold="False">User</asp:TableCell> 36 <asp:TableCell runat="server" Font-Bold="False">Nr. of tasks</asp:TableCell> 37 </asp:TableRow> 38 </asp:Table> 39 <br /> 40 Number of waiting tasks by user:<asp:Table ID="waitingTasksByUserTable" runat="server" GridLines="Both"> 41 <asp:TableRow runat="server"> 42 <asp:TableCell runat="server" Font-Bold="False">User</asp:TableCell> 43 <asp:TableCell runat="server" Font-Bold="False">Nr. of tasks</asp:TableCell> 44 </asp:TableRow> 45 </asp:Table> 31 46 <br /> 32 47 <br /> … … 121 136 </ChartAreas> 122 137 </asp:Chart> 123 <br />124 138 <br /> 125 139 </div>
Note: See TracChangeset
for help on using the changeset viewer.