You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by ro...@apache.org on 2018/05/25 15:03:41 UTC

[incubator-trafficcontrol] branch master updated: adds 'view delivery services' link to all server types

This is an automated email from the ASF dual-hosted git repository.

rob pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new 7c92711  adds 'view delivery services' link to all server types
7c92711 is described below

commit 7c927111e2895806f6d2560abf6621898a695b56
Author: Jeremy Mitchell <mi...@gmail.com>
AuthorDate: Fri May 25 08:50:56 2018 -0600

    adds 'view delivery services' link to all server types
---
 traffic_portal/app/src/common/modules/form/server/form.server.tpl.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/traffic_portal/app/src/common/modules/form/server/form.server.tpl.html b/traffic_portal/app/src/common/modules/form/server/form.server.tpl.html
index 6e96f4f..3bcdf01 100644
--- a/traffic_portal/app/src/common/modules/form/server/form.server.tpl.html
+++ b/traffic_portal/app/src/common/modules/form/server/form.server.tpl.html
@@ -35,7 +35,7 @@ under the License.
                     <li ng-show="isCache(server) && !server.updPending"><a ng-click="queueServerUpdates(server)">Queue Server Updates</a></li>
                     <li ng-show="isCache(server) && server.updPending"><a ng-click="clearServerUpdates(server)">Clear Server Updates</a></li>
                     <li ng-show="isEdge(server) || isCache(server)" class="divider"></li>
-                    <li><a ng-show="isEdge(server)" ng-click="viewDeliveryServices()">View Delivery Services</a></li>
+                    <li><a ng-click="viewDeliveryServices()">View Delivery Services</a></li>
                     <li ng-show="isCache(server)"><a ng-click="viewConfigFiles()">View Config Files</a></li>
                 </ul>
             </div>

-- 
To stop receiving notification emails like this one, please contact
rob@apache.org.