plugins-functionality #43
|
@ -1,7 +1,7 @@
|
|||
<div *ngIf="!community " class="uk-text-meta uk-text-center">
|
||||
No community info available
|
||||
</div>
|
||||
<div class="uk-section uk-container ">
|
||||
<div class="uk-section uk-container" *ngIf="community ">
|
||||
<div class="uk-grid uk-child-width-1-2@m uk-child-width-1-1@s ">
|
||||
|
||||
<div *ngIf="portal && community" class="">
|
||||
|
|
|
@ -4,7 +4,7 @@ import {PluginGraphInfo} from "./plugin-graph-info.component";
|
|||
|
||||
@Component({
|
||||
selector: 'plugin-graph-info-form',
|
||||
template: `N
|
||||
template: `
|
||||
<div *ngIf="pluginObject" class="uk-padding-xsmall">
|
||||
<plugin-field-edit [value]="pluginObject.title"
|
||||
type="text" field="title" (changed)="valueChanged($event)"></plugin-field-edit>
|
||||
|
|
Loading…
Reference in New Issue