Browse Source

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

Torkel Ödegaard 10 years ago
parent
commit
bf1b60564e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      public/app/features/panel/partials/soloPanel.html

+ 2 - 2
public/app/features/panel/partials/soloPanel.html

@@ -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>