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

elsloo 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 9c62c34  adds cg parent and 2nd parent to cg table
9c62c34 is described below

commit 9c62c345f4ca32446647ffc27fa19e703c268afa
Author: Jeremy Mitchell <mitchell...@gmail.com>
AuthorDate: Thu Mar 22 14:09:29 2018 -0600

    adds cg parent and 2nd parent to cg table
---
 .../src/common/modules/table/cacheGroups/table.cacheGroups.tpl.html   | 4 ++++
 1 file changed, 4 insertions(+)

diff --git 
a/traffic_portal/app/src/common/modules/table/cacheGroups/table.cacheGroups.tpl.html
 
b/traffic_portal/app/src/common/modules/table/cacheGroups/table.cacheGroups.tpl.html
index 7391a26..b8170f6 100644
--- 
a/traffic_portal/app/src/common/modules/table/cacheGroups/table.cacheGroups.tpl.html
+++ 
b/traffic_portal/app/src/common/modules/table/cacheGroups/table.cacheGroups.tpl.html
@@ -36,6 +36,8 @@ under the License.
                 <th>Name</th>
                 <th>Short Name</th>
                 <th>Type</th>
+                <th>Parent</th>
+                <th>2nd Parent</th>
                 <th>Latitude</th>
                 <th>Longitude</th>
             </tr>
@@ -45,6 +47,8 @@ under the License.
                 <td data-search="^{{::cg.name}}$">{{::cg.name}}</td>
                 <td data-search="^{{::cg.shortName}}$">{{::cg.shortName}}</td>
                 <td data-search="^{{::cg.typeName}}$">{{::cg.typeName}}</td>
+                <td 
data-search="^{{::cg.parentCachegroupName}}$">{{::cg.parentCachegroupName}}</td>
+                <td 
data-search="^{{::cg.secondaryParentCachegroupName}}$">{{::cg.secondaryParentCachegroupName}}</td>
                 <td data-search="^{{::cg.latitude}}$">{{::cg.latitude}}</td>
                 <td data-search="^{{::cg.longitude}}$">{{::cg.longitude}}</td>
             </tr>

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

Reply via email to