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

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


The following commit(s) were added to refs/heads/master by this push:
     new ef3195dec6 small fix: title cache groups table (#7874)
ef3195dec6 is described below

commit ef3195dec6a92f4759be78f3421f2e26e0c15b0d
Author: The Anh Nguyen <[email protected]>
AuthorDate: Wed Dec 6 08:34:34 2023 +0700

    small fix: title cache groups table (#7874)
    
    fix title cache groups table
---
 .../app/src/common/modules/table/cacheGroups/table.cacheGroups.tpl.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 44ef006cbb..2cb1f7f1d1 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
@@ -19,7 +19,7 @@ under the License.
 
 <div class="x_panel">
     <common-grid-controller
-        title="Cache Groups"
+        table-title="Cache Groups"
         table-name="cacheGroups"
         options="gridOptions"
         data="cacheGroups"

Reply via email to