| {{!-- |
| 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. |
| --}} |
| <!-- <ul class="nav nav-tabs"> |
| <li class="active" data-js="users"> |
| <a data-toggle="tab" href="#users">Users</a> |
| </li> |
| <li data="groups" data-js="groups"> |
| <a data-toggle="tab" href="#groups">Groups</a> |
| </li> |
| </ul> --> |
| <ul class="nav nav-tabs tabs clearfix"> |
| <li data="groups" data-js="groups"> |
| <a data-toggle="tab" href="#groups">Groups</a> |
| </li> |
| <li class="active" data-js="users"> |
| <a data-toggle="tab" href="#users">Users</a> |
| </li> |
| </ul> |
| |
| |
| |
| |
| <h3 class="wrap-header bold"> {{tt 'lbl.userListing'}} </h3> |
| |
| <div class="wrap non-collapsible m-height "> |
| |
| <div> |
| <div class="span9"> |
| <div class="visual_search"></div> |
| </div> |
| <div class="clearfix"> |
| <a href="#!/user/create" class="btn btn-primary btn-right" type="button" data-id="addNewUser"> {{tt 'lbl.addNewUser'}} </a> |
| <a href="#!/group/create" class="btn btn-primary btn-right" type="button" data-id="addNewGroup" style="display:none;"> {{tt 'lbl.addNewGroup'}} </a> |
| </div> |
| <div data-id="r_tableList" class="clickable"> |
| </div> |
| </div> |
| |
| <!-- <div class="span3"> |
| <div id="userDetail"></div> |
| </div> --> |
| </div> |