Last change
on this file since 6457 was
6457,
checked in by cneumuel, 13 years ago
|
#1233
- added methods for granting and revoking hive experiment permissions
- added unit tests for hive experiment permissions
- added a status webpage to see how some statistics and current status
|
File size:
936 bytes
|
Line | |
---|
1 | <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Status.aspx.cs" Inherits="Status" %>
|
---|
2 |
|
---|
3 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
---|
4 | <html xmlns="http://www.w3.org/1999/xhtml">
|
---|
5 | <head runat="server">
|
---|
6 | <title></title>
|
---|
7 | </head>
|
---|
8 | <body>
|
---|
9 | <form id="form1" runat="server">
|
---|
10 | <div>
|
---|
11 | Available Cores:
|
---|
12 | <asp:Label ID="availableCoresLabel" runat="server" />
|
---|
13 | <br />
|
---|
14 | Used Cores / Calculating Jobs:
|
---|
15 | <asp:Label ID="usedCoresLabel" runat="server" />
|
---|
16 | <br />
|
---|
17 | Waiting Jobs:
|
---|
18 | <asp:Label ID="waitingJobsLabel" runat="server" />
|
---|
19 | <br />
|
---|
20 | Slaves:
|
---|
21 | <asp:Label ID="slavesLabel" runat="server" />
|
---|
22 | <br />
|
---|
23 | <br />
|
---|
24 | <asp:Label ID="statisticsLabel" runat="server" />
|
---|
25 | <asp:Table ID="Table1" runat="server" Height="64px" Width="75px">
|
---|
26 | </asp:Table>
|
---|
27 | <br />
|
---|
28 | </div>
|
---|
29 | </form>
|
---|
30 | </body>
|
---|
31 | </html>
|
---|
Note: See
TracBrowser
for help on using the repository browser.