From 44d1a0396564db1f2ae0da431fbe5c35255b8087 Mon Sep 17 00:00:00 2001 From: Exodus4D Date: Mon, 9 May 2016 20:22:39 +0200 Subject: [PATCH] closed #144 fixed broken routes panel in IGB --- js/app/ui/system_route.js | 4 ++-- public/js/v1.0.0RC3/app/ui/system_route.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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' },