mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Updated some more font awesome icons for v5
This commit is contained in:
@@ -147,7 +147,7 @@ define('pgadmin.browser.node', [
|
||||
data: {
|
||||
'url': 'drop',
|
||||
},
|
||||
icon: 'fa fa-trash',
|
||||
icon: 'fa fa-trash-alt',
|
||||
enable: _.isFunction(self.canDrop) ?
|
||||
function() {
|
||||
return !!(self.canDrop.apply(self, arguments));
|
||||
@@ -166,7 +166,7 @@ define('pgadmin.browser.node', [
|
||||
data: {
|
||||
'url': 'delete',
|
||||
},
|
||||
icon: 'fa fa-trash',
|
||||
icon: 'fa fa-trash-alt',
|
||||
enable: _.isFunction(self.canDropCascade) ?
|
||||
function() {
|
||||
return self.canDropCascade.apply(self, arguments);
|
||||
|
||||
@@ -41,7 +41,7 @@ define([
|
||||
let $unselectAll = $([
|
||||
'<button class="btn btn-secondary btn-sm" type="button"',
|
||||
' style="width: 49%;margin: 0 0.5%;">',
|
||||
'<i class="fa fa-square-o"></i><span style="padding: 0px 5px;" role="img">',
|
||||
'<i class="fa fa-square"></i><span style="padding: 0px 5px;" role="img">',
|
||||
gettext('Unselect All'),
|
||||
'</span></button>',
|
||||
].join(''));
|
||||
|
||||
Reference in New Issue
Block a user