mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-08 02:38:51 +00:00
Groups design changed
This commit is contained in:
parent
3399ca8a79
commit
407966f48b
@ -9,12 +9,10 @@
|
||||
|
||||
|
||||
<md-card ng-repeat="group in groups.items | filter : searchTerm | orderBy : groups.sortValue : groups.sortDir" ng-class="{selectedItem:($parent.selectedGroup == $index)}"
|
||||
ng-click="$parent.loadGroup($index)" layout="row" style="padding-bottom: 130px">
|
||||
ng-click="$parent.loadGroup($index)" layout="row" >
|
||||
<md-card-title>
|
||||
<md-card-title-text>
|
||||
<span class="md-headline" >{{group.name}}</span>
|
||||
<md-divider></md-divider>
|
||||
<span class="md-subhead" >This is a sample description of the group.</span>
|
||||
<span class="md-headline" >{{group.name}} ({{group.count}})</span>
|
||||
</md-card-title-text>
|
||||
</md-card-title>
|
||||
</md-card>
|
||||
@ -99,11 +97,16 @@
|
||||
<md-progress-linear class="md-accent" md-mode="indeterminate" ng-show="files.busy && !files.end"></md-progress-linear>
|
||||
</md-content>
|
||||
</md-card>
|
||||
<md-sidenav flex="100" layout-fill md-is-open="fileViewer" md-disable-backdrop="true" class="md-whiteframe-z1 md-sidenav-right">
|
||||
<md-content flex layout-fill>
|
||||
<md-button class="md-raised md-primary pull-right" style="border-radius: 10px 0 0 10px;" ng-click="fileViewer=false">Close</md-button>
|
||||
<md-sidenav flex="100" layout-fill md-is-open="fileViewer" md-disable-backdrop="true" class="md-whiteframe-z1 md-sidenav-right" style="background-color:#F7F7F7">
|
||||
|
||||
<md-content flex style="background-color:#F7F7F7">
|
||||
{{file.filename}}
|
||||
<md-button class="md-fab md-mini md-primary pull-right" ng-click="fileViewer=false"> <i class="fa fa-close" aria-hidden="true"></i></md-button>
|
||||
</md-content>
|
||||
<md-content flex style="background-color:#F7F7F7">
|
||||
<pre flex layout-fill class="json-beautifier"><code dynamic="file"></code></pre>
|
||||
</md-content>
|
||||
</md-content>
|
||||
|
||||
</md-sidenav>
|
||||
</div>
|
||||
</md-toolbar>
|
||||
|
Loading…
Reference in New Issue
Block a user