Add icons for user actions at transaction proposal
This commit is contained in:
parent
ccd537751b
commit
9c633f1918
2 changed files with 22 additions and 14 deletions
|
|
@ -166,6 +166,10 @@ angular.module('copayApp.controllers').controller('TransactionsController',
|
|||
}
|
||||
};
|
||||
|
||||
$scope.hasAction = function(actions, action) {
|
||||
return actions.hasOwnProperty('create');
|
||||
}
|
||||
|
||||
$scope.getShortNetworkName = function() {
|
||||
return config.networkName.substring(0, 4);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue