Commit 21286999 authored by sherlock's avatar sherlock

Merge branch 'dev_oracle_sherlock' into 'dev_oracle'

vat-organization-structure span float

See merge request root/atms!155
parents 58b9b346 f1bd5974
......@@ -161,7 +161,7 @@
field: 'name',
name: $translate.instant('OrganizationStructureName'),
width: '50%',
cellTemplate: '<div class="orangization-structure-gridcell-name" style="text-align: center"><span style="text-align: center;float:left;">{{row.entity.name}}</span><span ng-hide="true">{{row.entity.id}}</span></div>'
cellTemplate: '<div class="orangization-structure-gridcell-name" style="text-align: center"><span>{{row.entity.name}}</span><span ng-hide="true">{{row.entity.id}}</span></div>'
}, {
field: 'isActive',
name: $translate.instant('OrganizationStructureStatus'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment