Revert change to user dialog that accidentally removed user dashboards
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
<div class="umb-control-group" ng-if="vm.dashboard.length > 0">
|
||||
<div ng-repeat="tab in vm.dashboard">
|
||||
<h5 ng-if="tab.label">{{tab.label}}</h5>
|
||||
<div ng-repeat="property in tab.options">
|
||||
<div ng-repeat="property in tab.properties">
|
||||
<div ng-include="property.view"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user