Commit bf1b6056 by Torkel Ödegaard

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

parent 50ddf791
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
<div class="row-fluid"> <div class="row-fluid">
<div class="span12"> <div class="span12">
<div class="panel nospace" ng-if="panel" style="width: 100%"> <div class="panel nospace" ng-if="panel" style="width: 100%">
<panel-loader dashboard="dashboard" row="row" panel="panel"> <plugin-component type="panel">
</panel-loader> </plugin-component>
</div> </div>
</div> </div>
</div> </div>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment