Skip to content

Commit

Permalink
Clean log and add overflow in control menu
Browse files Browse the repository at this point in the history
  • Loading branch information
dlumbrer committed Nov 15, 2018
1 parent 3e6e213 commit 61f5ad9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
5 changes: 5 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,8 @@ body, html {
background-color: blue;
position: absolute;
}

.control-menu{
overflow-y: auto;
overflow-x: hidden;
}
2 changes: 1 addition & 1 deletion templates/dashboard.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="container-fluid" style="height:100%">
<div class="row" style="height:100%">
<div class="col-md-3" ng-style="{'height': '100%'}">
<div class="control-menu col-md-3" ng-style="{'height': '100%'}">

<div ng-show="true">
<div class="row">
Expand Down
2 changes: 1 addition & 1 deletion templates/panels.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="container-fluid" style="height:100%">
<div class="row" style="height:100%">
<div class="col-md-3" ng-style="{'height': '100%'}">
<div class="control-menu col-md-3" ng-style="{'height': '100%'}">

<div ng-show="editingPanel">
<div class="row">
Expand Down
7 changes: 1 addition & 6 deletions templates/visualize.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="container-fluid" style="height:100%">
<div class="row" style="height:100%">
<div class="col-md-3" style="height:100%">
<div class="control-menu col-md-3" style="height:100%">
<div class="row">
<label class="control-label col-sm-2" for="indexesList">Index:</label>
<div class="col-md-10">
Expand Down Expand Up @@ -225,11 +225,6 @@ <h4>{{bucketList[1].title}}</h4>
<!-- button type="button" class="col-sm-12 btn btn-success" ng-click="addSubbucketForm()" ng-show="showAddSubBucketVisType()">Add Sub_Bucket</button -->

<br>
<h4>Selected:</h4>
<hr>
{{metricsSelected}}
{{bucketsSelected}}


<div class="row">
<div >
Expand Down

0 comments on commit 61f5ad9

Please sign in to comment.