Revert change to user dialog that accidentally removed user dashboards

This commit is contained in:
Jacob Overgaard
2023-11-17 12:11:56 +01:00
parent 89cdba6b23
commit 77288caeed

View File

@@ -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>