BusinessMetadataAttrTableLayoutView_tmpl.html 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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="business-metadata-attr-page" data-id="businessMetadataAttrPage">
  18. <div class="business-metadata-attr-tableOverlay"></div>
  19. <div class=" modal-header" data-id="businessMetadataAttrPageHeader">
  20. <h4 class="modal-title" data-id="businessMetadataAttrPageTitle"></h4>
  21. </div>
  22. <div id="r_modal">
  23. </div>
  24. <div class="business-metadata-attr-fontLoader">
  25. <i class="fa fa-refresh fa-spin-custom"></i>
  26. </div>
  27. <!-- <div class="modal-footer " data-id="modalFooter">
  28. <button type="button" class="btn btn-action cancel" data-id="businessMetadataAttrPageCancle">Cancel</button>
  29. <button type="button" class="btn btn-atlas ok" data-id="businessMetadataAttrPageOk">Ok</button>
  30. </div> -->
  31. </div>
  32. <div class="business-metadata-details" data-id="businessMetadataDetailPage">
  33. <div class="position-relative">
  34. <div class="pull-right inline-content-fr no-padding-left">
  35. <div class="inline" data-id="colManager"></div>
  36. <div class="inline">
  37. <button type="button" data-id="addAttribute" title="创建业务元数据属性" class="btn btn-action btn-sm pull-right btn-loader" style="margin-bottom: 10px;" data-action="createBusinessMetadata">
  38. <i class='fa fa-plus'></i> 属性
  39. </button></div>
  40. </div>
  41. <div class="tableOverlay"></div>
  42. <div class='attr-filter-overlay hide'></div>
  43. <div class="auditTable business-metadata-details">
  44. <div id="r_businessMetadataAttrTableLayoutView"></div>
  45. </div>
  46. </div>
  47. </div>