make address green in dashboard
This commit is contained in:
parent
7f31566684
commit
2eef8b46ae
|
@ -59,7 +59,7 @@ ContractsManager.prototype.contractsState = function() {
|
|||
|
||||
data.push([
|
||||
className.green,
|
||||
(contract.deployedAddress || '...'.green),
|
||||
(contract.deployedAddress || '...').green,
|
||||
((contract.deployedAddress !== undefined) ? "\t\tDeployed".green : "\t\tPending".magenta)
|
||||
]);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue