|
|
@@ -1,5 +1,4 @@
|
|
|
-<navbar icon="icon-gf icon-gf-users" title="User Groups" title-url="org">
|
|
|
-</navbar>
|
|
|
+<navbar model="ctrl.navModel"></navbar>
|
|
|
|
|
|
<div class="page-container">
|
|
|
<div class="page-header">
|
|
|
@@ -10,12 +9,12 @@
|
|
|
Create User Group
|
|
|
</a>
|
|
|
</div>
|
|
|
- <div class="search-field-wrapper pull-right width-18">
|
|
|
- <span style="position: relative;">
|
|
|
- <input type="text" placeholder="Find User Group by name" tabindex="1" give-focus="true"
|
|
|
- ng-model="ctrl.query" ng-model-options="{ debounce: 500 }" spellcheck='false' ng-change="ctrl.get()" />
|
|
|
- </span>
|
|
|
- </div>
|
|
|
+ <div class="gf-form pull-right width-15 gf-form-group">
|
|
|
+ <span style="position: relative;">
|
|
|
+ <input type="text" class="gf-form-input" placeholder="Find User Group by name" tabindex="1" give-focus="true"
|
|
|
+ ng-model="ctrl.query" ng-model-options="{ debounce: 500 }" spellcheck='false' ng-change="ctrl.get()" />
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
<div class="admin-list-table">
|
|
|
<table class="filter-table form-inline">
|
|
|
<thead>
|