Statistics_tmpl.html 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. <!--
  2. * Licensed to the Apache Software Foundation (ASF) under one or more
  3. * contributor license agreements. See the NOTICE file distributed with
  4. * this work for additional information regarding copyright ownership.
  5. * The ASF licenses this file to You under the Apache License, Version 2.0
  6. * (the "License"); you may not use this file except in compliance with
  7. * the License. You may obtain a copy of the License at
  8. *
  9. * http://www.apache.org/licenses/LICENSE-2.0
  10. *
  11. * Unless required by applicable law or agreed to in writing, software
  12. * distributed under the License is distributed on an "AS IS" BASIS,
  13. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. * See the License for the specific language governing permissions and
  15. * limitations under the License.
  16. -->
  17. <div class="panel-group server-stats-container statsContainer hide" id="accordion">
  18. <div class="panel panel-default custom-panel expand_collapse_panel-icon" data-id="entity">
  19. <div class="panel-heading" data-toggle="collapse" href="#entityCountCollapse" aria-expanded="true">
  20. <h4 class="panel-title">
  21. <a>Entities <span class="count">(0)</span></a>
  22. </h4>
  23. <div class="btn-group pull-left">
  24. <button type="button" title="Collapse"><i class="ec-icon fa"></i></button>
  25. </div>
  26. </div>
  27. <div id="entityCountCollapse" class="panel-collapse collapse in">
  28. <div class="panel-body">
  29. <table class="table stat-table entityTable" data-id="entity-card">
  30. <tbody>
  31. <tr class="empty text-center">
  32. <td colspan="3"><span>No records found!</span></td>
  33. </tr>
  34. </tbody>
  35. </table>
  36. </div>
  37. </div>
  38. </div>
  39. <div class="panel panel-default custom-panel expand_collapse_panel-icon" data-id="classification">
  40. <div class="panel-heading" data-toggle="collapse" href="#classificationCountCollapse" aria-expanded="true">
  41. <h4 class="panel-title">
  42. <a>Classifications <span class="count">(0)</span></a>
  43. </h4>
  44. <div class="btn-group pull-left">
  45. <button type="button" title="Collapse"><i class="ec-icon fa"></i></button>
  46. </div>
  47. </div>
  48. <div id="classificationCountCollapse" class="panel-collapse collapse in">
  49. <div class="panel-body">
  50. <table class="table stat-table classificationTable">
  51. <thead>
  52. <tr>
  53. <th class="">Name</th>
  54. <th class="">Count <span class="count">(0)</span></th>
  55. </tr>
  56. </thead>
  57. <tbody data-id="classification-card">
  58. <tr class="empty text-center">
  59. <td colspan="3"><span>No records found!</span></td>
  60. </tr>
  61. </tbody>
  62. </table>
  63. </div>
  64. </div>
  65. </div>
  66. <div class="panel panel-default custom-panel expand_collapse_panel-icon" data-id="stats">
  67. <div class="panel-heading" data-toggle="collapse" href="#serverDetailcollapse" aria-expanded="true">
  68. <h4 class="panel-title">
  69. <a>Server Statistics </a>
  70. </h4>
  71. <div class="btn-group pull-left">
  72. <button type="button" title="Collapse"><i class="ec-icon fa"></i></button>
  73. </div>
  74. </div>
  75. <div id="serverDetailcollapse" class="panel-collapse collapse in">
  76. <div class="panel-body">
  77. <div class="col-sm-12">
  78. <div class="card-container panel panel-primary">
  79. <div class="panel-heading">Server Details</div>
  80. <div class="panel-body">
  81. <table class="table stat-table">
  82. <tbody data-id="server-card">
  83. <tr class="empty text-center">
  84. <td colspan="2"><span>No records found!</span></td>
  85. </tr>
  86. </tbody>
  87. </table>
  88. </div>
  89. </div>
  90. </div>
  91. <div class="col-sm-12">
  92. <div class="card-container panel panel-primary">
  93. <div class="panel-heading">Notification Details</div>
  94. <div class="panel-body">
  95. <table data-id="offset-card" class="table stat-table notification-table table-striped ">
  96. <tbody>
  97. <tr class="empty text-center">
  98. <td colspan="2"><span>No records found!</span></td>
  99. </tr>
  100. </tbody>
  101. </table>
  102. <hr>
  103. </hr>
  104. <table data-id="notification-card" class="table stat-table notification-table table-striped ">
  105. <tbody>
  106. <tr class="empty text-center">
  107. <td colspan="2"><span>No records found!</span></td>
  108. </tr>
  109. </tbody>
  110. </table>
  111. </div>
  112. </div>
  113. </div>
  114. </div>
  115. </div>
  116. </div>
  117. <div class="panel panel-default custom-panel expand_collapse_panel-icon" data-id="systemDetails">
  118. <div class="panel-heading" data-toggle="collapse" href="#systemDetailCollapse" aria-expanded="false">
  119. <h4 class="panel-title">
  120. <a>System Details</a>
  121. </h4>
  122. <div class="btn-group pull-left">
  123. <button type="button" title="Collapse"><i class="ec-icon fa"></i></button>
  124. </div>
  125. </div>
  126. <div id="systemDetailCollapse" class="panel-collapse collapse">
  127. <div class="panel-body">
  128. <div class="col-sm-6">
  129. <div class="card-container panel panel-primary">
  130. <div class="panel-heading">OS</div>
  131. <div class="panel-body">
  132. <table class="table stat-table">
  133. <tbody data-id="os-card">
  134. <tr class="empty text-center">
  135. <td colspan="2"><span>No records found!</span></td>
  136. </tr>
  137. </tbody>
  138. </table>
  139. </div>
  140. </div>
  141. </div>
  142. <div class="col-sm-6">
  143. <div class="card-container panel panel-primary">
  144. <div class="panel-heading">Runtime</div>
  145. <div class="panel-body">
  146. <table class="table stat-table">
  147. <tbody data-id="runtime-card">
  148. <tr class="empty text-center">
  149. <td colspan="2"><span>No records found!</span></td>
  150. </tr>
  151. </tbody>
  152. </table>
  153. </div>
  154. </div>
  155. </div>
  156. <div class="col-sm-12">
  157. <div class="card-container panel panel-primary">
  158. <div class="panel-heading">Memory</div>
  159. <div class="panel-body">
  160. <table class="table stat-table memory-details">
  161. <tbody data-id="memory-card">
  162. <tr class="empty text-center">
  163. <td colspan="2"><span>No records found!</span></td>
  164. </tr>
  165. </tbody>
  166. </table>
  167. </div>
  168. </div>
  169. </div>
  170. </div>
  171. </div>
  172. </div>
  173. </div>
  174. <div class="fontLoader-relative statsLoader show">
  175. <i class="fa fa-refresh fa-spin-custom"></i>
  176. </div>