Skip to content

Commit

Permalink
KYLIN 3199 code review
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhx committed Feb 6, 2018
1 parent ff6f6c7 commit ebfce48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webapp/app/partials/cubes/cubes.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@
<li ng-if="cube.status=='READY' && isAutoMigrateCubeEnabled() && (userService.hasRole('ROLE_ADMIN') || hasPermission('cube',cube, permissions.ADMINISTRATION.mask, permissions.MANAGEMENT.mask)) "><a ng-click="migrateCube(cube)">Migrate</a></li>

</ul>
<ul ng-if="!(userService.hasRole('ROLE_ADMIN') || hasPermission('cube',cube, permissions.ADMINISTRATION.mask, permissions.MANAGEMENT.mask, permissions.OPERATION.mask))" class="dropdown-menu" role="menu">
<li><a>N/A</a></li>
</ul>
<span ng-if="!(userService.hasRole('ROLE_ADMIN') || hasPermission('cube',cube, permissions.ADMINISTRATION.mask, permissions.MANAGEMENT.mask, permissions.OPERATION.mask))" class="dropdown-menu" role="menu">
N/A
</span>
</div>
</td>
<td >
Expand Down

0 comments on commit ebfce48

Please sign in to comment.