Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

Commit

Permalink
Allow to edit tags for VM
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Zolotukhin committed Oct 24, 2017
1 parent 10cb8ba commit d785a3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/vm/vm-tags/vm-tags.component.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<div *ngIf="entity">
<cs-tags-view
[hasPermissions]="true"
[tags]="tags$ | async"
(onTagAdd)="onTagAdd($event)"
(onTagEdit)="onTagEdit($event)"
Expand Down

0 comments on commit d785a3d

Please sign in to comment.