|
35 | 35 | }); |
36 | 36 | }); |
37 | 37 | </script> |
38 | | - <div id="dialog-message" title="Error"> |
| 38 | + <div id="dialog-message" title=""> |
39 | 39 | <p><?php echo $_SESSION['error_srv'] ?></p> |
40 | 40 | </div> |
41 | 41 | </div> |
|
50 | 50 |
|
51 | 51 | <div id="vstobjects"> |
52 | 52 | <table class='data'> |
| 53 | + <tr class="data-row""> |
| 54 | + <td class="data-dotted" width="150"> |
| 55 | + <table class="data-col1"> |
| 56 | + <tr><td><input type="checkbox" class="ch-toggle" name="system[]" value="<?php echo $sys['sysinfo']['HOSTNAME'] ?>" ></td></tr> |
| 57 | + <tr><td class="data-active"><b><?php echo 'running' ?></b></td></tr> |
| 58 | + </table> |
| 59 | + </td> |
| 60 | + <td class="data-dotted" width="830px"> |
| 61 | + <a href="/restart/system/?hostname=<?php echo $sys['sysinfo']['HOSTNAME'] ?>" class="data-controls"> |
| 62 | + <span> |
| 63 | + <img src="/images/reload.png" width="6px" height="7px"> |
| 64 | + <?php print __('restart'); ?> |
| 65 | + </span> |
| 66 | + </a> |
| 67 | + <table class="data-col2" width="830px"> |
| 68 | + <tr> |
| 69 | + <td colspan=4 class="domain" style="padding: 0 0 0 4px;"> |
| 70 | + <b><?php echo $sys['sysinfo']['HOSTNAME'] ?></b> |
| 71 | + </td> |
| 72 | + </tr> |
| 73 | + <tr> |
| 74 | + <td style="vertical-align:top;" width="354px"> |
| 75 | + <table> |
| 76 | + <tr> |
| 77 | + <td> |
| 78 | + <a class="counter-name"> |
| 79 | + <?php print __('Operating System'); ?>: |
| 80 | + </a> |
| 81 | + </td> |
| 82 | + <td> |
| 83 | + <a class="counter-value"> |
| 84 | + <?php echo $sys['sysinfo']['OS'] ?> |
| 85 | + <?php echo $sys['sysinfo']['VERSION'] ?> |
| 86 | + (<?php echo $sys['sysinfo']['ARCH'] ?>) |
| 87 | + </a> |
| 88 | + </td> |
| 89 | + |
| 90 | + </tr> |
| 91 | + </table> |
| 92 | + </td> |
| 93 | + <td style="vertical-align:top;" width="142px"> |
| 94 | + <table> |
| 95 | + <tr> |
| 96 | + <td class="counter-name"> |
| 97 | + <?php print __('LoadAverage');?>: |
| 98 | + </td> |
| 99 | + <td> |
| 100 | + <a class="counter-value"> <?php echo $sys['sysinfo']['LOADAVERAGE'] ?></a> |
| 101 | + </td> |
| 102 | + </tr> |
| 103 | + </table> |
| 104 | + </td> |
| 105 | + <td style="vertical-align:top;" width="34px"> |
| 106 | + <table> |
| 107 | + <tr> |
| 108 | + <td class="counter-name"> |
| 109 | + </td> |
| 110 | + <td> |
| 111 | + </td> |
| 112 | + </tr> |
| 113 | + </table> |
| 114 | + </td> |
| 115 | + <td style="vertical-align:top;" widht="280px"> |
| 116 | + <table> |
| 117 | + <tr> |
| 118 | + <td class="counter-name"> |
| 119 | + <?php print __('Uptime');?>: |
| 120 | + </td> |
| 121 | + <td> |
| 122 | + <a class="counter-value"><?php echo humanize_time($sys['sysinfo']['UPTIME']) ?> </a> |
| 123 | + </td> |
| 124 | + </tr> |
| 125 | + </table> |
| 126 | + </td> |
| 127 | + </tr> |
| 128 | + </table> |
| 129 | + </td> |
| 130 | + </tr> |
| 131 | + |
| 132 | + |
53 | 133 |
|
54 | 134 | <?php |
55 | 135 | foreach ($data as $key => $value) { |
|
107 | 187 | <td style="vertical-align:top;" width="150px"> |
108 | 188 | <table> |
109 | 189 | <tr> |
110 | | - <td class="counter-name"> |
| 190 | + <td class="counter-name" widht=""> |
111 | 191 | <?php print __('CPU');?>: |
112 | 192 | </td> |
113 | 193 | <td> |
|
128 | 208 | </tr> |
129 | 209 | </table> |
130 | 210 | </td> |
131 | | - <td style="vertical-align:top;" > |
| 211 | + <td style="vertical-align:top;"> |
132 | 212 | <table> |
133 | 213 | <tr> |
134 | 214 | <td class="counter-name"> |
|
0 commit comments