Statistics_tmpl.html 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  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="statistics-header col-md-12 hide">
  18. <div class="progress hide">
  19. <div class="progress-bar progress-bar-success progress-bar-striped" role="progressbar" aria-valuemin="0" aria-valuemax="100" data-id="migrationProgressBar">
  20. <span data-id="migrationProgressBarValue"></span>
  21. </div>
  22. </div>
  23. <pre class="successStatus hide">Migration is <span class="color">successful</span>. To exit form migration mode, please remove <span class="color">atlas.migration.data.filename</span> property and restart Atlas.</pre>
  24. <div class="refresh-container statisticsRefresh" data-id="statisticsRefresh">
  25. <button type="button" class="btn fa fa-refresh pull-right btn-sm btn-action" title="刷新数据"></button>
  26. </div>
  27. </div>
  28. <div class="panel-group server-stats-container statsContainer hide col-md-12" id="accordion">
  29. <div class="panel panel-default custom-panel expand_collapse_panel-icon" data-id="entity">
  30. <div class="panel-heading" data-toggle="collapse" href="#entityCountCollapse" aria-expanded="true">
  31. <h4 class="panel-title">
  32. <a>实体 <span class="count">(0)</span></a>
  33. </h4>
  34. <div class="btn-group pull-left">
  35. <button type="button" title="Collapse"><i class="ec-icon fa"></i></button>
  36. </div>
  37. </div>
  38. <div id="entityCountCollapse" class="panel-collapse collapse in">
  39. <div class="panel-body">
  40. <table class="table stat-table entityTable" data-id="entity-card">
  41. <tbody>
  42. <tr class="empty text-center">
  43. <td colspan="3"><span>无记录!</span></td>
  44. </tr>
  45. </tbody>
  46. </table>
  47. </div>
  48. </div>
  49. </div>
  50. <div class="panel panel-default custom-panel expand_collapse_panel-icon" data-id="classification">
  51. <div class="panel-heading" data-toggle="collapse" href="#classificationCountCollapse" aria-expanded="true">
  52. <h4 class="panel-title">
  53. <a>分类 <span class="count">(0)</span></a>
  54. </h4>
  55. <div class="btn-group pull-left">
  56. <button type="button" title="Collapse"><i class="ec-icon fa"></i></button>
  57. </div>
  58. </div>
  59. <div id="classificationCountCollapse" class="panel-collapse collapse in">
  60. <div class="panel-body">
  61. <table class="table stat-table classificationTable">
  62. <thead>
  63. <tr>
  64. <th class="">Name</th>
  65. <th class="">Count <span class="count">(0)</span></th>
  66. </tr>
  67. </thead>
  68. <tbody data-id="classification-card">
  69. <tr class="empty text-center">
  70. <td colspan="3"><span>无记录!</span></td>
  71. </tr>
  72. </tbody>
  73. </table>
  74. </div>
  75. </div>
  76. </div>
  77. <div class="panel panel-default custom-panel expand_collapse_panel-icon" data-id="stats">
  78. <div class="panel-heading" data-toggle="collapse" href="#serverDetailcollapse" aria-expanded="true">
  79. <h4 class="panel-title">
  80. <a>服务器统计信息 </a>
  81. </h4>
  82. <div class="btn-group pull-left">
  83. <button type="button" title="Collapse"><i class="ec-icon fa"></i></button>
  84. </div>
  85. </div>
  86. <div id="serverDetailcollapse" class="panel-collapse collapse in">
  87. <div class="panel-body">
  88. <div class="col-sm-12">
  89. <div class="card-container panel panel-primary">
  90. <div class="panel-heading">服务器详情</div>
  91. <div class="panel-body">
  92. <table class="table stat-table">
  93. <tbody data-id="server-card">
  94. <tr class="empty text-center">
  95. <td colspan="2"><span>无记录!</span></td>
  96. </tr>
  97. </tbody>
  98. </table>
  99. </div>
  100. </div>
  101. </div>
  102. <div class="col-sm-12">
  103. <div class="card-container panel panel-primary hide" data-id="notificationDetails">
  104. <div class="panel-heading">通知详情</div>
  105. <div class="panel-body">
  106. <table data-id="offset-card" class="table stat-table notification-table table-striped ">
  107. <tbody>
  108. <tr class="empty text-center">
  109. <td colspan="2"><span>无记录!</span></td>
  110. </tr>
  111. </tbody>
  112. </table>
  113. <hr>
  114. </hr>
  115. <table data-id="notification-card" class="table stat-table notification-table table-striped ">
  116. <tbody>
  117. <tr class="empty text-center">
  118. <td colspan="2"><span>无记录!</span></td>
  119. </tr>
  120. </tbody>
  121. </table>
  122. </div>
  123. </div>
  124. </div>
  125. </div>
  126. </div>
  127. </div>
  128. <div class="panel panel-default custom-panel expand_collapse_panel-icon" data-id="systemDetails">
  129. <div class="panel-heading" data-toggle="collapse" href="#systemDetailCollapse" aria-expanded="false">
  130. <h4 class="panel-title">
  131. <a>系统详情</a>
  132. </h4>
  133. <div class="btn-group pull-left">
  134. <button type="button" title="Collapse"><i class="ec-icon fa"></i></button>
  135. </div>
  136. </div>
  137. <div id="systemDetailCollapse" class="panel-collapse collapse">
  138. <div class="panel-body">
  139. <div class="col-sm-6">
  140. <div class="card-container panel panel-primary">
  141. <div class="panel-heading">操作系统</div>
  142. <div class="panel-body">
  143. <table class="table stat-table">
  144. <tbody data-id="os-card">
  145. <tr class="empty text-center">
  146. <td colspan="2"><span>无记录!</span></td>
  147. </tr>
  148. </tbody>
  149. </table>
  150. </div>
  151. </div>
  152. </div>
  153. <div class="col-sm-6">
  154. <div class="card-container panel panel-primary">
  155. <div class="panel-heading">运行时</div>
  156. <div class="panel-body">
  157. <table class="table stat-table">
  158. <tbody data-id="runtime-card">
  159. <tr class="empty text-center">
  160. <td colspan="2"><span>无记录!</span></td>
  161. </tr>
  162. </tbody>
  163. </table>
  164. </div>
  165. </div>
  166. </div>
  167. <div class="col-sm-12">
  168. <div class="card-container panel panel-primary">
  169. <div class="panel-heading">内存</div>
  170. <div class="panel-body">
  171. <table class="table stat-table memory-details">
  172. <tbody data-id="memory-card">
  173. <tr class="empty text-center">
  174. <td colspan="2"><span>无记录!</span></td>
  175. </tr>
  176. </tbody>
  177. </table>
  178. </div>
  179. </div>
  180. </div>
  181. </div>
  182. </div>
  183. </div>
  184. </div>
  185. <div class="fontLoader-relative statsLoader show">
  186. <i class="fa fa-refresh fa-spin-custom"></i>
  187. </div>