pgadmin4/web/pgadmin/static/css
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
..
alertifyjs Updated alertify.js to 1.4.1 2015-07-23 18:12:06 +05:30
backgrid Introducing the infrastructure for colleciton of the subnodes listing, 2015-10-28 22:36:09 +05:30
codemirror Oh look, a syntax highlighting, line numbering, block folding, auto-complete-capable editor. 2015-02-13 11:57:23 +00:00
jQuery-contextMenu Make the jQuery-contextMenu control globally available as it's used by wcDocker. 2015-03-09 13:14:20 +00:00
wcDocker Resolved couple of small bugs introduced during database server 2015-10-28 22:34:25 +05:30
bootstrap-datepicker3.css Introducing the infrastructure for colleciton of the subnodes listing, 2015-10-28 22:36:09 +05:30
bootstrap-datepicker3.min.css Introducing the infrastructure for colleciton of the subnodes listing, 2015-10-28 22:36:09 +05:30
bootstrap-switch.css Using bootstrap-swtich for creating a custom backform control for 2015-12-04 17:16:49 +05:30
bootstrap-switch.min.css Using bootstrap-swtich for creating a custom backform control for 2015-12-04 17:16:49 +05:30
bootstrap-theme.css Introduced a mechanism to load required javascripts at runtime 2015-06-30 11:21:57 +05:30
bootstrap-theme.css.map Introduced a mechanism to load required javascripts at runtime 2015-06-30 11:21:57 +05:30
bootstrap-theme.min.css Introduced a mechanism to load required javascripts at runtime 2015-06-30 11:21:57 +05:30
bootstrap.css Introduced a mechanism to load required javascripts at runtime 2015-06-30 11:21:57 +05:30
bootstrap.css.map Introduced a mechanism to load required javascripts at runtime 2015-06-30 11:21:57 +05:30
bootstrap.min.css Introduced a mechanism to load required javascripts at runtime 2015-06-30 11:21:57 +05:30
font-awesome.css Introduced a mechanism to load required javascripts at runtime 2015-06-30 11:21:57 +05:30
font-awesome.min.css Introduced a mechanism to load required javascripts at runtime 2015-06-30 11:21:57 +05:30
font-mfizz.css Introduced a mechanism to load required javascripts at runtime 2015-06-30 11:21:57 +05:30
overrides.css Resolved few intialization issue with Node model data, moved the 2015-12-23 12:10:23 +05:30