CreateAuditTableLayoutView_tmpl.html 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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. <h4 style="word-break: break-word;" data-id="name"></h4>
  18. <div class="panel-group server-stats-container auditStatusContainer clearfix" id="accordion">
  19. <div class="panel panel-default custom-panel expand_collapse_panel-icon hide col-sm-5" data-id="detailsAttribute">
  20. <div class="panel-heading" data-toggle="collapse" href="#detailAttributeTableCollapse" aria-expanded="true">
  21. <h4 class="panel-title">
  22. <a>特性 </a>
  23. </h4>
  24. <div class="btn-group pull-left">
  25. <button type="button" title="折叠"><i class="ec-icon fa"></i></button>
  26. </div>
  27. </div>
  28. <div id="detailAttributeTableCollapse" class="panel-collapse collapse in">
  29. <div class="panel-body">
  30. <table class="table stat-table">
  31. <tbody data-id="attributeDetail-card">
  32. <tr class="empty text-center">
  33. <td colspan="3"><span>无记录!</span></td>
  34. </tr>
  35. </tbody>
  36. </table>
  37. </div>
  38. </div>
  39. </div>
  40. <div class="panel panel-default custom-panel expand_collapse_panel-icon hide col-sm-5" data-id="attributeDetails">
  41. <div class="panel-heading" data-toggle="collapse" href={{technicalPropPanelId.anchor}} aria-expanded="true">
  42. <h4 class="panel-title">
  43. <a data-id="panel-attr-heading">技术性能</a>
  44. </h4>
  45. <div class="btn-group pull-left">
  46. <button type="button" title="折叠"><i class="ec-icon fa"></i></button>
  47. </div>
  48. </div>
  49. <div id={{technicalPropPanelId.id}} class="panel-collapse collapse in">
  50. <div class="panel-body">
  51. <table class="table stat-table">
  52. <tbody data-id="attribute-card">
  53. <tr class="empty text-center">
  54. <td colspan="3"><span>无记录!</span></td>
  55. </tr>
  56. </tbody>
  57. </table>
  58. </div>
  59. </div>
  60. </div>
  61. <div class="panel panel-default custom-panel expand_collapse_panel-icon hide col-sm-5" data-id="relationShipAttributeDetails">
  62. <div class="panel-heading" data-toggle="collapse" href={{relationshipPropPanelId.anchor}} aria-expanded="true">
  63. <h4 class="panel-title">
  64. <a>关系特征 </a>
  65. </h4>
  66. <div class="btn-group pull-left">
  67. <button type="button" title="折叠"><i class="ec-icon fa"></i></button>
  68. </div>
  69. </div>
  70. <div id={{relationshipPropPanelId.id}} class="panel-collapse collapse in">
  71. <div class="panel-body">
  72. <table class="table stat-table">
  73. <tbody data-id="relationship-attr-card">
  74. <tr class="empty text-center">
  75. <td colspan="3"><span>无记录!</span></td>
  76. </tr>
  77. </tbody>
  78. </table>
  79. </div>
  80. </div>
  81. </div>
  82. <div class="panel panel-default custom-panel expand_collapse_panel-icon hide col-sm-5" data-id="customAttributeDetails">
  83. <div class="panel-heading" data-toggle="collapse" href={{userdefinedPropPanelId.anchor}} aria-expanded="true">
  84. <h4 class="panel-title">
  85. <a>用户定义的特征 </a>
  86. </h4>
  87. <div class="btn-group pull-left">
  88. <button type="button" title="折叠"><i class="ec-icon fa"></i></button>
  89. </div>
  90. </div>
  91. <div id={{userdefinedPropPanelId.id}} class="panel-collapse collapse in">
  92. <div class="panel-body">
  93. <table class="table stat-table">
  94. <tbody data-id="custom-attr-card">
  95. <tr class="empty text-center">
  96. <td colspan="3"><span>无记录!</span></td>
  97. </tr>
  98. </tbody>
  99. </table>
  100. </div>
  101. </div>
  102. </div>
  103. <div class="panel panel-default custom-panel expand_collapse_panel-icon hide col-sm-5" data-id="labelsDetails">
  104. <div class="panel-heading" data-toggle="collapse" href="#labelsTableCollapse" aria-expanded="true">
  105. <h4 class="panel-title">
  106. <a>标签</a>
  107. </h4>
  108. <div class="btn-group pull-left">
  109. <button type="button" title="折叠"><i class="ec-icon fa"></i></button>
  110. </div>
  111. </div>
  112. <div id="labelsTableCollapse" class="panel-collapse collapse in">
  113. <div class="panel-body">
  114. <div class="row">
  115. <div class="col-md-12">
  116. <div class="badge-container" data-id="label-card">
  117. </div>
  118. </div>
  119. </div>
  120. </div>
  121. </div>
  122. </div>
  123. </div>
  124. <h4 data-id="noData" class="text-center hide"><i>没有可显示的详细信息!</i></h4>