diff --git a/js/app/ui/system_route.js b/js/app/ui/system_route.js index 568ef6ac..54c7ef46 100644 --- a/js/app/ui/system_route.js +++ b/js/app/ui/system_route.js @@ -355,7 +355,7 @@ define([ reload: { button: reloadButton }, - delete: { + clear: { button: deleteButton }, maps: routeData.maps, @@ -554,7 +554,7 @@ define([ searchable: false, width: '10px', class: ['text-center', config.sigTableActionCellClass].join(' '), - data: 'delete', + data: 'clear', render: { _: 'button' }, diff --git a/public/js/v1.0.0RC3/app/ui/system_route.js b/public/js/v1.0.0RC3/app/ui/system_route.js index 568ef6ac..54c7ef46 100644 --- a/public/js/v1.0.0RC3/app/ui/system_route.js +++ b/public/js/v1.0.0RC3/app/ui/system_route.js @@ -355,7 +355,7 @@ define([ reload: { button: reloadButton }, - delete: { + clear: { button: deleteButton }, maps: routeData.maps, @@ -554,7 +554,7 @@ define([ searchable: false, width: '10px', class: ['text-center', config.sigTableActionCellClass].join(' '), - data: 'delete', + data: 'clear', render: { _: 'button' },