mitchell852 commented on a change in pull request #2823: Delivery services
dashboard widget
URL: https://github.com/apache/trafficcontrol/pull/2823#discussion_r217762008
##########
File path: traffic_portal/app/src/modules/private/dashboard/dashboard.tpl.html
##########
@@ -21,6 +21,11 @@
<div ng-if="hasCapability('stats-read') && hasCapability('cdns-read')"
class="row tile_count">
<div ui-view="dashboardStatsContent"></div>
</div>
+ <div class="row">
+ <div class="col-md-12 col-sm-12 col-xs-12">
+ <div ng-if="hasCapability('delivery-services')" class="x_panel"
ui-view="deliveryServicesContent"></div>
Review comment:
this isn't the proper capability. check the capability table for the list of
capabilities.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services