Use text instead of icon

This commit is contained in:
Jan Kvetina 2022-02-19 22:46:59 +01:00
parent 0da14ec6ed
commit 34d0b8b71c
2 changed files with 7 additions and 2 deletions

View File

@ -162,9 +162,9 @@ var unified_ig_toolbar = function(config) {
toolbarGroup.controls.push({
type : 'BUTTON',
action : 'refresh',
icon : 'fa fa-refresh',
icon : '', // fa fa-refresh
iconBeforeLabel : true,
label : ' ' // how to get rid of the space and show just icon?
label : 'Refresh Data' // how to get rid of the space and show just icon?
});
// only for developers

View File

@ -1,4 +1,9 @@
CREATE OR REPLACE VIEW translated_extracts AS
--
-- @TODO: seradit podle display_position path (connect by)
--
-- @TODO: MINUS FOR REMOVED ITEMS/PAGES
--
WITH x AS (
SELECT /*+ MATERIALIZE */
app.get_app_id() AS app_id,