Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/11/12 20:33:58 (11 years ago)
Author:
ascheibe
Message:

#1994 some minor graphical improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Services.Hive.Web/Hive-3.3/Status.aspx

    r9025 r9027  
    88  <title>HeuristicLab Hive Status Monitor</title>
    99  <link rel="icon" type="image/ico" href="HeuristicLab.ico" />
     10    <style type="text/css">
     11        .auto-style1 {
     12            color: #F6921B;
     13        }
     14        .auto-style2 {
     15            color: #000000;
     16        }
     17    </style>
    1018</head>
    1119<body>
    1220  <center>
    13     <h1>HeuristicLab Hive Status Monitor</h1>
     21    <h1 class="auto-style1">HeuristicLab <span class="auto-style2">Hive Status Monitor</span></h1>
    1422  </center>
    1523  <form id="form1" runat="server">
    1624  <div>
    17       Overall Available Cores:
     25      <strong>Overall Available Cores:</strong>
    1826    <asp:Label ID="overallAvailableCoresLabel" runat="server" />
    1927      <br />
    20       Available Cores (real):
     28      <strong>Available Cores (real):</strong>
    2129    <asp:Label ID="availableCoresLabel" runat="server" />
    2230      <br />
    23     Used Cores / Calculating Jobs:
     31      <strong>Used Cores / Calculating Jobs:</strong>
    2432    <asp:Label ID="usedCoresLabel" runat="server" />
    2533    <br />
    26     Waiting Jobs:
     34      <strong>Waiting Jobs:</strong>
    2735    <asp:Label ID="waitingJobsLabel" runat="server" />
    2836    <br />
    29       Overall
    30     Avg. CPU Utilization:
     37      <strong>Overall
     38    Avg. CPU Utilization:</strong>
    3139    <asp:Label ID="overallCpuUtilizationLabel" runat="server" />
    3240      <br />
    33       Real Avg. CPU Utilization:
     41      <strong>Real Avg. CPU Utilization:</strong>
    3442    <asp:Label ID="cpuUtilizationLabel" runat="server" />
    3543      &nbsp;<br />
    36     Slaves (CPU Utilization):
     44      <strong>Slaves (CPU Utilization):</strong>
    3745    <asp:Label ID="slavesLabel" runat="server" />
    3846      <br />
    39       Groups:
     47      <strong>Groups:</strong>
    4048    <asp:Label ID="groupsLabel" runat="server" />
    4149      <br />
    4250      <br />
    43       Number of Calculating Tasks by User:<asp:Table ID="calculatingTasksByUserTable" runat="server" GridLines="Both">
     51      <strong>Number of Calculating Tasks by User:</strong><asp:Table ID="calculatingTasksByUserTable" runat="server" GridLines="Both">
    4452          <asp:TableRow runat="server" BackColor="#CCCCCC">
    4553              <asp:TableCell runat="server" Font-Bold="False">User</asp:TableCell>
     
    4856      </asp:Table>
    4957      <br />
    50       Number of Waiting Tasks by User:<asp:Table ID="waitingTasksByUserTable" runat="server" GridLines="Both">
     58      <strong>Number of Waiting Tasks by User:</strong><asp:Table ID="waitingTasksByUserTable" runat="server" GridLines="Both">
    5159          <asp:TableRow runat="server" BackColor="#CCCCCC">
    5260              <asp:TableCell runat="server" Font-Bold="False">User</asp:TableCell>
     
    5664      <br />
    5765    <br />
    58     Days:
     66      <strong>Days:</strong>
    5967    <asp:DropDownList ID="daysDropDownList" runat="server" AutoPostBack="True">
    6068      <asp:ListItem Value="1"></asp:ListItem>
     
    7684    <br />
    7785    <br />
    78     Avg. CPU Utilization History of all Slaves<br />
     86      <strong>Avg. CPU Utilization History of all Slaves</strong><br />
    7987    <asp:Chart ID="cpuUtilizationChart" runat="server" Height="270px" Width="1280px">
    8088      <Series>
     
    98106    </asp:Chart>
    99107    <br />
    100     Cores/Used Cores History<br />
     108      <strong>Cores/Used Cores History</strong><br />
    101109    <asp:Chart ID="coresChart" runat="server" Palette="None" Width="1280px" PaletteCustomColors="137, 165, 78; 185, 205, 150">
    102110      <Series>
     
    122130    </asp:Chart>
    123131    <br />
    124     Memory/Used Memory History (GB)<br />
     132      <strong>Memory/Used Memory History (GB)</strong><br />
    125133    <asp:Chart ID="memoryChart" runat="server" Palette="None" PaletteCustomColors="170, 70, 67; 209, 147, 146"
    126134      Width="1280px">
Note: See TracChangeset for help on using the changeset viewer.