- Timestamp:
- 11/14/11 17:17:46 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Services.Hive.Web/Hive-3.3/Status.aspx
r6983 r6993 6 6 <html xmlns="http://www.w3.org/1999/xhtml"> 7 7 <head runat="server"> 8 <title></title> 8 <title>HeuristicLab Hive Status Monitor</title> 9 <link rel="icon" type="image/ico" href="HeuristicLab.ico"> 9 10 </head> 10 11 <body> 12 <center> 13 <h1>HeuristicLab Hive Status Monitor</h1> 14 </center> 11 15 <form id="form1" runat="server"> 12 16 <div> … … 25 29 Avg. CPU Utilization: 26 30 <asp:Label ID="cpuUtilizationLabel" runat="server" /> 27 <br /> 28 ExecutionTime on Hive: 29 <asp:Label ID="totalExecutionTimeLabel" runat="server" /> 30 <br /> 31 <br /> 31 32 <br /> 32 33 Days:
Note: See TracChangeset
for help on using the changeset viewer.