| {{!-- |
| 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. |
| --}} |
| <td> |
| <input type="text" data-js="selectGroups" /> |
| </td> |
| |
| {{#if policyKnox}} |
| <td> |
| <input type="text" data-js="ipAddress" placeholder="Enter IP address"/> |
| </td> |
| {{/if}} |
| |
| {{#if policyStorm}} |
| <td> |
| <span class="tags" id="tags-editable-1" data-toggle="manual" data-type="checklist" |
| data-value="{{stormPerms}}" data-original-title="Select Actions"> |
| </span> |
| <a href="#" id="tags-edit-1" data-editable="tags-editable-1" class="" style="margin-left:10px;"> |
| {{#if isModelNew}} |
| <i class="icon-plus" title="Add"></i> |
| {{else}} |
| <i class="icon-pencil" title="Edit"></i> |
| {{/if}} |
| </a> |
| </td> |
| {{/if}} |
| {{#each permissions}} |
| <td style="cursor:pointer;"> |
| <input data-id="{{./this.value}}" type="checkbox"> |
| </td> |
| {{/each}} |
| |
| |
| |
| <td> |
| <button type="button" class="btn btn-small btn-danger " data-action="delete"> |
| <i class="icon-remove"></i> |
| </button> |
| </td> |
| |