mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 22:34:24 +00:00
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…
x
Reference in New Issue
Block a user