pgAdmin 4 commit: Update alertify alerts to use the styling defined in

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Update alertify alerts to use the styling defined in
Date: 2017-06-30 09:21:08
Message-ID: E1dQs6u-0001AM-Gf@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Update alertify alerts to use the styling defined in the styleguide.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=2a30a86e7d5e562040500f448fbb0d143ff2cff9
Author: Joao Pedro De Almeida Pereira <jdealmeidapereira(at)pivotal(dot)io>

Modified Files
--------------
.../servers/databases/casts/static/js/cast.js | 10 +-
.../schemas/synonyms/static/js/synonym.js | 7 +-
.../check_constraint/js/check_constraint.js | 10 +-
.../templates/foreign_key/js/foreign_key.js | 10 +-
.../databases/schemas/tables/static/js/table.js | 21 ++--
.../triggers/templates/trigger/js/trigger.js | 15 ++-
.../databases/schemas/views/static/js/mview.js | 7 +-
.../servers/databases/static/js/database.js | 16 ++-
.../servers/pgagent/static/js/pga_job.js | 13 ++-
.../server_groups/servers/static/js/server.js | 55 ++++++---
.../templates/tablespaces/js/tablespaces.js | 13 ++-
web/pgadmin/browser/templates/browser/js/node.js | 24 ++--
.../templates/file_manager/js/file_manager.js | 11 +-
.../templates/file_manager/js/utility.js | 44 ++++---
web/pgadmin/static/css/bootstrap.overrides.css | 127 +--------------------
web/pgadmin/static/scss/pgadmin.scss | 6 +
.../tools/backup/templates/backup/js/backup.js | 14 +--
.../tools/debugger/templates/debugger/js/direct.js | 51 +++------
.../templates/import_export/js/import_export.js | 7 +-
.../templates/maintenance/js/maintenance.js | 13 ++-
.../tools/restore/templates/restore/js/restore.js | 10 +-
.../tools/sqleditor/static/css/sqleditor.css | 6 +-
.../sqleditor/templates/sqleditor/js/sqleditor.js | 27 +++--
.../user_management/js/user_management.js | 15 ++-
24 files changed, 253 insertions(+), 279 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-06-30 09:23:16 pgAdmin 4 commit: Update alertify alerts to use the styling defined in
Previous Message Dave Page 2017-06-30 09:11:54 Re: [pgAdmin4][Patch]: Feature #2506 - Allow the dashboard panel to be closed