mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-10 08:04:36 -06:00
Remove icon for 'Refresh View' context menu of Materialized View and Added label for Definition control for consistency.
This commit is contained in:
parent
3b35aaa1d7
commit
2afa3d8267
@ -74,7 +74,7 @@ define('pgadmin.node.mview', [
|
|||||||
system view nodes.
|
system view nodes.
|
||||||
*/
|
*/
|
||||||
pgAdmin.Browser.add_menu_category(
|
pgAdmin.Browser.add_menu_category(
|
||||||
'refresh_mview', gettext('Refresh View'), 18, 'fa fa-recycle');
|
'refresh_mview', gettext('Refresh View'), 18, '');
|
||||||
pgBrowser.add_menus([{
|
pgBrowser.add_menus([{
|
||||||
name: 'create_mview_on_coll', node: 'coll-mview', module: this,
|
name: 'create_mview_on_coll', node: 'coll-mview', module: this,
|
||||||
applies: ['object', 'context'], callback: 'show_obj_properties',
|
applies: ['object', 'context'], callback: 'show_obj_properties',
|
||||||
@ -168,7 +168,7 @@ define('pgadmin.node.mview', [
|
|||||||
id: 'comment', label: gettext('Comment'), cell: 'string',
|
id: 'comment', label: gettext('Comment'), cell: 'string',
|
||||||
type: 'multiline',
|
type: 'multiline',
|
||||||
},{
|
},{
|
||||||
id: 'definition', label:'', cell: 'string',
|
id: 'definition', label:'Definition', cell: 'string',
|
||||||
type: 'text', mode: ['create', 'edit'], group: gettext('Definition'),
|
type: 'text', mode: ['create', 'edit'], group: gettext('Definition'),
|
||||||
control: Backform.SqlFieldControl, extraClasses:['sql_field_width_full'],
|
control: Backform.SqlFieldControl, extraClasses:['sql_field_width_full'],
|
||||||
},{
|
},{
|
||||||
|
Loading…
Reference in New Issue
Block a user