Sha256: e8a4863456fa109e92e415d787bff4b7623d7d86fc07c23f9c32ad6690059d8b
Contents?: true
Size: 379 Bytes
Versions: 5
Compression:
Stored size: 379 Bytes
Contents
<div ng-controller="column" ng-init="init();"> <!-- All the panels in the column --> <div ng-repeat="(name, panel) in panel.panels|filter:isPanel" ng-cloak ng-hide="panel.height == '0px' || panel.hide" kibana-panel type='panel.type' class="row-fluid panel" style="min-height:{{panel.height}}; position:relative" ng-model="row.panels"> </div> </div>
Version data entries
5 entries across 5 versions & 1 rubygems