Use text instead of icon
This commit is contained in:
parent
0da14ec6ed
commit
34d0b8b71c
@ -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
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user