show property actions
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.umb-property-editor__lock-overlay {
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
</label>
|
||||
|
||||
<umb-property-actions ng-if="!vm.showInherit" actions="vm.propertyActions"></umb-property-actions>
|
||||
<umb-property-actions actions="vm.propertyActions"></umb-property-actions>
|
||||
|
||||
<small class="control-description" ng-if="vm.property.description" ng-bind-html="vm.property.description | simpleMarkdown"></small>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user