pgadmin4/web/pgadmin/static
Ashesh Vashi c51ecc69e4 Resolved few intialization issue with Node model data, moved the
privileges functionality out of the backform.pgadmin.js to make it more
modular. Now - privileges will expect the privileges data in following
format:
<name_of_the_property> : [{
    "privileges": [{
        "privilege_type": <privilege_type>,
        "privilege": true,
        "with_grant": false
    },
    ...
    ],
    "grantee": <grantee>,
    "grantor": <grantor>
    },
   ...
]

Example:
acl": [{
    "privileges": [{
        "privilege_type": "CONNECT",
        "privilege": true,
        "with_grant": false
     	}],
    "grantee": '',
    "grantor": 'ashesh'
},{
    "privileges": [{
        "privilege_type": "CREATE",
        "privilege": true,
        "with_grant": false
    },{
        "privilege": true,
        "privilege_type": "TEMPORARY",
        "with_grant": false
    }],
    "grantee": test,
    "grantor": ashesh
}]
2015-12-23 12:10:23 +05:30
..
css Resolved few intialization issue with Node model data, moved the 2015-12-23 12:10:23 +05:30
fonts Introduced a mechanism to load required javascripts at runtime 2015-06-30 11:21:57 +05:30
img Add support for creating dialogs, and add an About dialog. 2015-01-27 16:54:39 +00:00
js Resolved few intialization issue with Node model data, moved the 2015-12-23 12:10:23 +05:30
favicon.ico Put the favicon in the right place. 2015-01-20 12:32:44 +00:00