fix(png rendering): fixed broken png rendering due to recent panel change

This commit is contained in:
Torkel Ödegaard
2016-02-11 14:34:15 +01:00
parent 50ddf7913a
commit bf1b60564e

View File

@@ -2,8 +2,8 @@
<div class="row-fluid">
<div class="span12">
<div class="panel nospace" ng-if="panel" style="width: 100%">
<panel-loader dashboard="dashboard" row="row" panel="panel">
</panel-loader>
<plugin-component type="panel">
</plugin-component>
</div>
</div>
</div>