fix(dashboard): fix for collapse row by clicking on row title, fixes #3065

This commit is contained in:
Torkel Ödegaard
2015-10-28 15:04:25 +01:00
parent e1393f9780
commit 4729bea1a2
4 changed files with 7 additions and 4 deletions

View File

@@ -78,7 +78,7 @@
</div>
<div class="panels-wrapper" ng-if="!row.collapse">
<div class="row-text pointer" ng-click="toggle_row(row)" ng-if="row.showTitle" ng-bind="row.title | interpolateTemplateVars:this">
<div class="row-text pointer" ng-click="toggleRow(row)" ng-if="row.showTitle" ng-bind="row.title | interpolateTemplateVars:this">
</div>
<div ng-repeat="(name, panel) in row.panels track by panel.id" class="panel" ui-draggable="!dashboardViewState.fullscreen" drag="panel.id"

View File

@@ -20,7 +20,7 @@
<div class="editor-row">
<div class="section">
<h5>Row details</h5>
<div class="tight-form">
<div class="tight-form last">
<ul class="tight-form-list">
<li class="tight-form-item">
Title
@@ -45,7 +45,7 @@
</div>
<div class="section">
<h5>Templating options</h5>
<div class="tight-form">
<div class="tight-form last">
<ul class="tight-form-list">
<li class="tight-form-item">
Repeat Row