1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <!--
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License. You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- -->
- <div class="business-metadata-attr-page" data-id="businessMetadataAttrPage">
- <div class="business-metadata-attr-tableOverlay"></div>
- <div class=" modal-header" data-id="businessMetadataAttrPageHeader">
- <h4 class="modal-title" data-id="businessMetadataAttrPageTitle"></h4>
- </div>
- <div id="r_modal">
- </div>
- <div class="business-metadata-attr-fontLoader">
- <i class="fa fa-refresh fa-spin-custom"></i>
- </div>
- <!-- <div class="modal-footer " data-id="modalFooter">
- <button type="button" class="btn btn-action cancel" data-id="businessMetadataAttrPageCancle">Cancel</button>
- <button type="button" class="btn btn-atlas ok" data-id="businessMetadataAttrPageOk">Ok</button>
- </div> -->
- </div>
- <div class="business-metadata-details" data-id="businessMetadataDetailPage">
- <div class="position-relative">
- <div class="pull-right inline-content-fr no-padding-left">
- <div class="inline" data-id="colManager"></div>
- <div class="inline">
- <button type="button" data-id="createBusinessMetadata" title="创建业务元数据" class="btn btn-action btn-sm pull-right btn-loader" style="margin-bottom: 10px;" data-action="createBusinessMetadata">
- <i class='fa fa-plus'></i> 创建业务元数据
- </button></div>
- </div>
- <div class="tableOverlay"></div>
- <div class='attr-filter-overlay hide'></div>
- <div class="auditTable business-metadata-details">
- <div id="r_businessMetadataTableLayoutView"></div>
- </div>
- </div>
- </div>
|