5 lines
179 B
HTML
5 lines
179 B
HTML
|
<div *ngIf="pluginObject" class="uk-container uk-section">
|
||
|
<h3>{{pluginObject.title}} </h3>
|
||
|
<plugin-stats-monitor [pluginObject]="pluginObject"></plugin-stats-monitor>
|
||
|
</div>
|