Fixed linter error.

This commit is contained in:
Akshay Joshi
2023-09-06 11:43:55 +05:30
parent 07d965ea46
commit e9384615dc

View File

@@ -68,8 +68,8 @@ define('pgadmin.node.mview', [
hasDepends: true,
hasStatistics: true,
statsPrettifyFields: [gettext('Total Size'), gettext('Indexes size'), gettext('Table size'),
gettext('TOAST table size'), gettext('Tuple length'),
gettext('Dead tuple length'), gettext('Free space')],
gettext('TOAST table size'), gettext('Tuple length'),
gettext('Dead tuple length'), gettext('Free space')],
hasScriptTypes: ['create', 'select'],
collection_type: 'coll-mview',
width: pgBrowser.stdW.md + 'px',