| {{!-- |
| 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. |
| --}} |
| <form class="form-horizontal"> |
| <fieldset> |
| <p class="formHeader"> |
| <span>Policy Details :</span> |
| </p> |
| <div class="" data-fields="policyName" style="float:left"></div> |
| <div class="" data-editors="resourceStatus" style="float:left"></div> |
| <div class="clearfix"></div> |
| <div class="" data-fields="databases"></div> |
| <div> |
| <div class="control-group inline-block"> |
| <div data-editors="resourceType" class="control-label"></div> |
| <div class="controls" data-editors="tables"></div> |
| <div class="controls" data-editors="udfs" style="display:none;"></div> |
| </div> |
| <div data-editors="isTableInclude" class="is-table-include"></div> |
| </div> |
| |
| <!-- <div class="" data-fields="views" style="display:none"></div> --> |
| <!-- <div class="" data-editors="udfs" style="display:none;margin-left: 180px;margin-top: -29px;margin-bottom: 15px;"></div> --> |
| <div> |
| <div class="select-columns inline-block" data-fields="columns"></div> |
| <div class="is-column-include" data-editors="isColumnInclude"></div> |
| </div> |
| <div class="" data-fields="_vAuditListToggle"></div> |
| <div class="" data-fields="isEncrypt"></div> |
| </fieldset> |
| <fieldset> |
| <p class="formHeader"> |
| User and Group Permissions : |
| </p> |
| <div class="" data-customfields="groupPerms"> |
| <div class="control-group"> |
| <label class="control-label">{{tt 'lbl.groupPermissions'}}</label> |
| <div class="controls"> |
| <img src="images/loading.gif" style=" margin-left: 4%; margin-top: 1%;" /> |
| </div> |
| </div> |
| </div> |
| <div class="" data-customfields="userPerms"> |
| <div class="control-group"> |
| <label class="control-label">{{tt 'lbl.userPermissions'}}</label> |
| <div class="controls"> |
| <img src="images/loading.gif" style=" margin-left: 4%; margin-top: 1%;" /> |
| </div> |
| </div> |
| </div> |
| <div class="" data-fields="description"></div> |
| </fieldset> |
| </form> |
| |